semantic-html: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
Line 69: Line 69:


== Presentations ==
== Presentations ==
 
See [[posh#POSH_Presentations|POSH Presentations]].
The following presentations provide additional background, explanations, and techniques for authoring semantic (X)HTML.
 
* 2005-09-29 [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (first version: [http://tantek.com/presentations/2005/03/elementsofxhtml/ 2005-03-13 at SXSW Interactive]).
* 2004-09-28 [http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]
* 2004-02-11 [http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]
* 2003-03-?? [http://tantek.com/presentations/2003SXSW/stylesheets.html CSS: Between the Style Sheets] in particular slide 9, titled ''CSS & the Semantic Spectrum'', provides an overview of the semantic spectrum of (X)HTML tags.
* More microformats [[presentations]] in general


== See also ==
== See also ==

Revision as of 16:10, 22 April 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!)

  • 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)
    • tbody
    • td
    • tfoot
    • th
    • thead
    • tr
  • 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