"Murphy was an optimist!"
Today’s basic HTML question August 4, 2008 11:07 pm
Posted by Doug McCaughan in : HTML, Programming, TechnologyCan <optgroup> be nested within <optgroup>? Is the following example legal?
<select>
<optgroup label="A">
<optgroup label="1">
<option>Outlinepart1</option>
</optgroup>
</optgroup>
</select>
Answered! Optgroups may NOT be nested per HTML4 specification.
add a commentDesign Coding – Rapper explains my world April 16, 2008 6:44 pm
Posted by Doug McCaughan in : HTML, Programming, Software, Standards, Technologym0serious you are my hero!
Please, I beg you. If you ask people to make a website for you or if you are an artist/designer that gives templates to a scripter or coder, watch this video all the way!
2comments