semantic-html: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Adding a few more. Also added dl (not sure why it was missing).)
(Added some missing elements)
Line 17: Line 17:
(This list is incomplete, please add!)
(This list is incomplete, please add!)


* <!-- .. --> (comment)
* a
* a
* abbr
* abbr
Line 22: Line 23:
* address
* address
* blockquote
* blockquote
* button
* caption
* caption
* cite
* cite
* code
* code
* del
* dfn
* dl
* dl
** dt
** dt
** dd
** dd
* dfn
* em
* em
* ...
* fieldset
** legend
* form
* h1,h2,h3,h4,h5,h6
* h1,h2,h3,h4,h5,h6
* input
* ins
* img
** map
*** area
* kbd
* kbd
* li
* li
* ...
* link
* label
* label
* legend
* legend
* ...
* ol
* ol
* p
* p
* pre
* q
* q
* ...
* samp
* samp
* select
** optgroup
** option
* strong
* strong
* sub
* sub
Line 53: Line 65:
** thead
** thead
** tr
** tr
* textarea
* tt
* ul
* ul
* var
* var

Revision as of 13:26, 24 July 2007

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!)

  • (comment)
  • 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
  • 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