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