semantic-html: Difference between revisions
Jump to navigation
Jump to search
m (→Semantic Elements: Added object (>map > area)) |
(added a few more elements) |
||
Line 22: | Line 22: | ||
* acronym | * acronym | ||
* address | * address | ||
* area | |||
* base | |||
* bdo | |||
* blockquote | * blockquote | ||
* body | |||
* button | * button | ||
* caption | * caption | ||
Line 88: | Line 92: | ||
* scope | * scope | ||
* summary | * summary | ||
* title | |||
* type | * type | ||
Revision as of 02:00, 9 September 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
- area
- base
- bdo
- blockquote
- body
- button
- caption
- cite
- code
- del
- dfn
- dl
- dt
- dd
- em
- fieldset
- legend
- form
- h1,h2,h3,h4,h5,h6
- input
- ins
- img
- map
- area
- map
- kbd
- li
- link
- label
- legend
- object
- map
- area
- map
- ol
- p
- pre
- q
- samp
- select
- optgroup
- option
- strong
- sub
- sup
- table (when used for tabular data, not layout)
- tbody
- td
- tfoot
- th
- thead
- tr
- textarea
- tt
- ul
- var
Semantic Attributes
(This list is incomplete, please add!)
- caption
- class
- data
- href
- hreflang
- id
- lang
- rel
- rev
- scope
- summary
- title
- type
Presentations
See POSH Presentations.