| ZVON > References > [XHTML Basic] Reference |
| Intro / Search / ZVON |
| List Module > element li |
| Element: | li |
| Attributes: | | class | id | title | xml:lang | |
| Parents: | | ol | ul | |
| Children: | | #PCDATA | a | abbr | acronym | address | blockquote | br | cite | code | dfn | div | dl | em | form | h1 | h2 | h3 | h4 | h5 | h6 | img | input | kbd | label | object | ol | p | pre | q | samp | select | span | strong | table | textarea | ul | var | |
| Your browser display: |
| Source [ Open as XHTML document ] |
|
<ul> <li> <em>... first list item...</em> </li> <li> <em>... second list item...</em> </li> <li> <em>... third list item...</em> </li> </ul> <ol> <li> <em>... first list item...</em> </li> <li> <em>... second list item...</em> </li> <li> <em>... third list item...</em> </li> </ol> |