Multiple choice

Which of the following is NOT a valid attribute of the while creating a radio button using the input tag?

  1. checked

  2. value

  3. name

  4. type

  5. selected

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Selected is not a valid attribute of a Radio Button. To select a Radio Button the attribute checked is used.