KnowledgeBoat Logo
|

Computer Applications

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

HTML Advanced Features

3 Likes

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

Answered By

2 Likes


Related Questions