CBSE Class 10 Computer Applications Question 22 of 31

Solved Sample Paper 1 — Question 10

Back to all questions
10
Question

Question 19

Explain the <OPTION> tag in HTML forms. Mention its three attributes.

Answer

The <OPTION> tag is used to define an option in a select list. The <OPTION> tag is written inside the <SELECT> tag.

Three attributes of <OPTION> tag are:

  1. value
  2. selected
  3. label