semantic-html

From Microformats Wiki
Revision as of 09:16, 20 April 2007 by AndyMabbett (talk | contribs) (→‎Semantic Elements: more on tabels)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Semantic (X)HTML

Semantic (X)HTML refers to:

  1. The semantic elements and attributes of (X)HTML (as opposed to the presentational HTML elements and attributes)
  2. (X)HTML documents that are written using semantic (X)HTML.
  3. The practice of writing semantic (X)HTML
  4. plain old semantic HTML

Contributors

Semantic Elements

(This list is incomplete, please add!)

  • a
  • abbr
  • acronym
  • address
  • blockquote
  • cite
  • dt, dd
  • dfn
  • em
  • ...
  • h1,h2,h3,h4,h5,h6
  • li
  • ...
  • label
  • legend
  • ...
  • ol
  • p
  • q
  • ...
  • samp
  • strong
  • sub
  • sup
  • table (when used for tabular data, not layout)
    • caption
    • scope
    • summary
    • tbody
    • td
    • tfoot
    • th
    • thead
    • tr
  • ul
  • var

Semantic Attributes

(This list is incomplete, please add!)

  • class
  • data
  • href
  • hreflang
  • id
  • lang
  • rel
  • rev
  • type

Presentations

The following presentations provide additional background, explanations, and techniques for authoring semantic (X)HTML.

See also

References