semantic-html: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
<h1> Semantic XHTML </h1>
<h1> Semantic XHTML </h1>
(This article is a stub, feel free to expand upon it)


Semantic XHTML refers to:
Semantic XHTML refers to:
# The semantic elements and attributes of (X)HTML (as opposed to the [[presentational-html|presentational HTML]] elements and attributes)
# The semantic elements and attributes of (X)HTML (as opposed to the [[presentational-html|presentational HTML]] elements and attributes)
# (X)HTML documents that are written using semantic XHTML.
# (X)HTML documents that are written using semantic XHTML.
# The practice of writing semantic XHTML.
# The practice of writing semantic XHTML
 
# [[posh]]


__TOC__
__TOC__

Revision as of 03:09, 20 April 2007

Semantic XHTML

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
  4. posh

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
  • ...
  • label
  • legend
  • ...
  • p
  • q
  • ...
  • samp
  • strong
  • sub
  • sup
  • table
  • tr
  • var

Semantic Attributes

(This list is incomplete, please add!)

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

Presentations

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

See Also

References