Forum Moderators: open
Can you nestle <h1> and so on tags within a <li> list and still validate as xhtml on doctype: -//W3C//DTD XHTML 1.0 Transitional//EN?
Thanks in advance.
geoffb
The following fragment is valid (X)HTML Strict:
<div id="menu"> <ul> <li><h1>Hello</h1></li> </ul> </div>