semantic-html: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 48: Line 48:
== References ==
== References ==
* [http://w3.org/TR/xhtml1 XHTML 1.0]
* [http://w3.org/TR/xhtml1 XHTML 1.0]
* [http://w3.org/TR/html401 HTML 4.01]

Revision as of 19:07, 22 July 2006

Semantic XHTML

(This article is a stub, feel free to expand upon it)

Semantic XHTML 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 XHTML.
  3. The practice of writing semantic XHTML.

Contributors

Semantic Elements

(This list is incomplete, please add!)

  • a
  • blockquote
  • cite
  • dfn
  • em
  • h1,h2,h3,h4,h5,h6
  • ...
  • p
  • q
  • ...
  • table
  • tr

Semantic Attributes

(This list is incomplete, please add!)

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


See Also

References