ZVON > References > XHTML Reference |
Intro / Search / ZVON |
Strict XHTML | Frameset | >> Strict << | Transitional | [Comparison] |
---|
Element: | li |
Attributes: | | class | dir | id | lang | onclick | ondblclick | onkeydown | onkeypress | onkeyup | onmousedown | onmousemove | onmouseout | onmouseover | onmouseup | style | title | xml:lang | |
Parents: | | ol | ul | |
Children: | | #PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | 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> |