semantic-html

From Microformats Wiki
Revision as of 14:19, 24 July 2007 by WilleRaab (talk | contribs) (→‎Semantic Elements: Added object (>map > area))
Jump to navigation Jump to search

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
  • button
  • caption
  • cite
  • code
  • del
  • dfn
  • dl
    • dt
    • dd
  • em
  • fieldset
    • legend
  • form
  • h1,h2,h3,h4,h5,h6
  • input
  • ins
  • img
    • map
      • area
  • kbd
  • li
  • link
  • label
  • legend
  • object
    • map
      • area
  • 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
  • type

Presentations

See POSH Presentations.

See also

References