|
Posted by Chris F.A. Johnson on October 13, 2008, 2:27 pm
Please log in for more thread options
On 2008-10-13, asc4john wrote:
> When including an unordered list in an unordered list:
> Should it be included as a "list" item as in: <ul><li> item</
> li><ul> .... </ul> <li> item</li> </ul>
> or included in the LI element as in: <ul><li> item</li> <li> <ul> ...
></ul></li></ul>?
> or does it matter?
Everything in an unordered list must be in an <li> element.
--
Chris F.A. Johnson <http://cfaj.freeshell.org> ===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
|