semantic-html: Difference between revisions
Jump to navigation
Jump to search
m (draft) |
m (first draft - incomplete, please add to it and join in the semantic XHTML fun!) |
||
Line 1: | Line 1: | ||
<h1> Semantic XHTML </h1> | |||
(This article is a stub, feel free to expand upon it) | (This article is a stub, feel free to expand upon it) | ||
Semantic XHTML refers to: | |||
# 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. | |||
# The practice of writing semantic XHTML. | |||
== Contributors == | |||
* [http://tantek.com/ Tantek] | |||
== 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 == | == See Also == |
Revision as of 19:05, 22 July 2006
Semantic XHTML
(This article is a stub, feel free to expand upon it)
Semantic XHTML refers to:
- The semantic elements and attributes of (X)HTML (as opposed to the presentational HTML elements and attributes
- (X)HTML documents that are written using semantic XHTML.
- 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