Home » HTML » HTML Forms » Question
  1. Which attribute is not used for the radio type?
    1. selected
    2. name
    3. value
    4. checked
    5. None of these
Correct Option: A

When we want to pick one option from the given many options we use radio type. Name attribute sent the value of the option selected to the server. Value attribute indicates the value that has been sent to the server for the selected option. The checked attribute indicates that which value should be selected on the loading of the page.



Your comments will be displayed only after manual approval.