Can we add class attribute in option element?
问题 I want to add class for my option element. Is that valid to add class attribute in HTML option element? 回答1: Yes it is valid. From the W3Schools website: The <option> tag also supports the Global Attributes in HTML. From which the class attribute is a part of. Please note that often, the option tag has formatting issues regarding the browser you are using, so styling it can be a little tricky. EDIT: Since I wrote this answer, it has come to my attention that W3Schools probably isn't the most