semantic-xhtml
From Microformats
(Redirected from semantic xhtml)
Semantic (X)HTML
| Table of contents |
|
|
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 (POSH)
[edit]
Contributors
- Tantek (http://tantek.com/)
- Andy Mabbett
- Rob Manson
[edit]
Semantic Elements
Based on the Index of HTML 4 Elements (http://www.w3.org/TR/html401/index/elements.html).
[edit]
alphabetical
Elements for marking up visible text and user interactivity only.
- a
- abbr
- acronym
- address
- area
- base
- bdo
- blockquote
- body
- button
- caption
- cite
- code
- col
- colgroup
- dd
- del
- dfn
- dir (deprecated)
- div
- dl
- dt
- em
- fieldset
- form
- h1
- h2
- h3
- h4
- h5
- h6
- html
- img
- input
- ins
- isindex (deprecated)
- kbd
- label
- legend
- li
- map
- menu (deprecated)
- noframes
- noscript
- object
- ol
- optgroup
- option
- p
- pre
- q
- samp
- select
- span
- strong
- table (when used for tabular data, not layout)
- tbody
- td
- textarea
- tfoot
- th
- thead
- title
- tr
- ul
- var
[edit]
invisible semantics
- head
- link
- meta
- param
[edit]
layer hooks
- script
- style
[edit]
semantically clustered
These lists/clusterings are incomplete.
[edit]
hypertext
- a
- area
- map
[edit]
common prose document
- abbr
- acronym
- em
- h1
- h2
- h3
- h4
- h5
- h6
- p
- strong
- title
[edit]
quotes and references
- blockquote
- cite
- q
[edit]
contact
- address
[edit]
infrastructure
- html
- body (because of 'profile' attribute)
- base
- del
- ins
[edit]
international
- bdo
[edit]
forms
- form
- fieldset
- legend
- label
- button
- input
- isindex (deprecated)
- select
- optgroup
- option
- textarea
- fieldset
[edit]
programming
- code
- kbd
- pre
- samp
- var
[edit]
tabular data
- table (when used for tabular data, not layout)
- caption
- col
- colgroup
- thead
- th
- tbody
- tr
- td
- tr
- tfoot
[edit]
definitions
- dfn
- dl
- dt
- dd
[edit]
text user interface
- dir (deprecated)
- menu (deprecated)
[edit]
media
- img
- object
[edit]
lists
- ol
- ul
- li
[edit]
generic
- div
- span
[edit]
Semantic Attributes
(This list is incomplete, please add!)
- axis
- caption
- class
- data
- headers
- href
- hreflang
- id
- lang
- rel
- rev
- scope
- summary
- title
- type
[edit]
Presentations
See POSH Presentations.
[edit]
See also
[edit]
