semantic-html: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Adding a few more. Also added dl (not sure why it was missing).) |
||
Line 22: | Line 22: | ||
* address | * address | ||
* blockquote | * blockquote | ||
* caption | |||
* cite | * cite | ||
* dt | * code | ||
* dl | |||
** dt | |||
** dd | |||
* dfn | * dfn | ||
* em | * em | ||
* ... | * ... | ||
* h1,h2,h3,h4,h5,h6 | * h1,h2,h3,h4,h5,h6 | ||
* kbd | |||
* li | * li | ||
* ... | * ... |
Revision as of 19:37, 14 May 2007
Semantic (X)HTML
Semantic (X)HTML refers to:
- The semantic elements and attributes of (X)HTML (as opposed to the presentational HTML elements and attributes)
- (X)HTML documents that are written using semantic (X)HTML.
- The practice of writing semantic (X)HTML
- plain old semantic HTML
Contributors
Semantic Elements
(This list is incomplete, please add!)
- a
- abbr
- acronym
- address
- blockquote
- caption
- cite
- code
- dl
- dt
- dd
- dfn
- em
- ...
- h1,h2,h3,h4,h5,h6
- kbd
- li
- ...
- label
- legend
- ...
- ol
- p
- q
- ...
- samp
- strong
- sub
- sup
- table (when used for tabular data, not layout)
- tbody
- td
- tfoot
- th
- thead
- tr
- ul
- var
Semantic Attributes
(This list is incomplete, please add!)
- caption
- class
- data
- href
- hreflang
- id
- lang
- rel
- rev
- scope
- summary
- type
Presentations
See POSH Presentations.