Problem with <h1> in drop down menu?
问题 I am using this menu on my web page <select id="menu"> <option value="1"><h1>one</h1></option> <option value="2"><h1>two</h1></option> <option value="3"><h1>three</h1></option> </select> I would like to know why <h1>...</h1> is not working. Thanks!!! in advance. 回答1: The option element only allows text as content. Here’s the element definition: <!ELEMENT OPTION - O (#PCDATA) -- selectable choice --> 回答2: I've not tried this so this is speculation but I'd suspect that putting a Heading in a