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:
- value
- selected
- label
Answered By
2 Likes
