Is Selected
As a part of this module you will be learning the concept of checking if the given element is selected or not
- 1.What will show in output true or false if Checkbox 13 is selected?
- 2. What will show in output if checkbox 12 is not selected ?
- 3. Write the code to check if Checkbox 5 is selected.
- 4. Write the code to select CheckBox 5 , CheckBox 6 and CheckBox 7.
- 5. Write the code to check if Checkbox 5 is selected.
- 6. Write the code to check if Checkbox 6 is selected.
- 7. Write the code to check if Checkbox 7 is selected.
- 8. Write the code to check if Checkbox 8 is selected.
- 9. Write the code to check if Checkbox 9 is selected.
- 10. Write the code to check if Checkbox 10 is selected.
- 11. Write the code to check if Checkbox 11 is selected.