XHTML simple examples <h1>
Lists: ordered, unordered, and definition lists (flow elements) {10}
[ol] (ordered list) {10.2}
- [li] Item X (LI may contain flow elements only)
- [li] Item Y
- [li] Item Z
[ul] (unordered list) {10.2}
- [li] Item X
- [li] Item Y
- [li] Item Z
[dl] (definition list) {10.3}
- [dt] term 1 (Contents: inline elements)
- [dt] term 2
- [dd] definition 1 (Contents: flow elements)
- [dd] definition 2
A table
Caption: table elements and attributes
[th abbr=E] Element |
[th] Attribute name |
[th] Attribute values |
[th] |
[td] |
[td] |
[th] |
[td] |
[td] |
A form containing six fieldsets
This document is incomplete, a work in progress.
For example, HTML elements are shown within [square brackets] because they're easier to type than <angle brackets>.
[web]
[home]
[about]
[copyright]
[contact]
This page last changed January 16, 2002.