in reply to Re^3: monastery mark-upedness
in thread monastery mark-upedness
FTR, directly from the w3c 4.01 spec (http://www.w3.org/TR/html401/struct/lists.html#h-10.2):
10.2 Unordered lists (UL), ordered lists (OL), and list items (LI) <!ELEMENT UL - - (LI)+ -- unordered list --> <!ATTLIST UL %attrs; -- %coreattrs, %i18n, %events - +- > <!ELEMENT OL - - (LI)+ -- ordered list --> <!ATTLIST OL %attrs; -- %coreattrs, %i18n, %events - +- > Start tag: required, End tag: required
Note that closing the </li> within either type of list is optional.
|
|---|