I think a list with one item is ok, for example:

<h1>Mark - Shopping List</h1> 

<ul>
        <li>Ciggies</li>
</ul>

That's still as list in my book. However I think you should check the count
server side anyway to avoid the following:

<h1>Mark - New Years Resolutions</h1> 

<ul>
</ul>

The DTD backs me up on this one....

<!ELEMENT ul (li)+>

A+ = A must occur one or more times.



Cheers

Mark


------------------
Mark Stanton 
Technical Director 
Gruden Pty Ltd 
Tel: 9956 6388
Mob: 0410 458 201 
Fax: 9956 8433 
http://www.gruden.com 

*****************************************************
The discussion list for http://webstandardsgroup.org/
***************************************************** 

Reply via email to