semantic-html: Difference between revisions
Jump to navigation
Jump to search
(added a few more elements) |
(based on, note (in)completeness progress) |
||
Line 1: | Line 1: | ||
<h1> Semantic (X)HTML </h1> | <h1> Semantic (X)HTML </h1> | ||
{{TOC-right}} | |||
Semantic (X)HTML refers to: | Semantic (X)HTML 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) | ||
Line 6: | Line 6: | ||
# The practice of writing semantic (X)HTML | # The practice of writing semantic (X)HTML | ||
# [[posh|plain old semantic HTML]] | # [[posh|plain old semantic HTML]] | ||
== Contributors == | == Contributors == | ||
Line 15: | Line 13: | ||
== Semantic Elements == | == Semantic Elements == | ||
Based on the [http://www.w3.org/TR/html401/index/elements.html Index of HTML 4 Elements]. | |||
This list is incomplete, please add! | |||
* a | * a | ||
Line 28: | Line 27: | ||
* body | * body | ||
* button | * button | ||
* caption | * caption (complete up to here, alphabetically) | ||
* cite | * cite | ||
* code | * code |
Revision as of 12:08, 9 September 2007
Semantic (X)HTML
Semantic (X)HTML 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 (X)HTML.
- The practice of writing semantic (X)HTML
- plain old semantic HTML
Contributors
Semantic Elements
Based on the Index of HTML 4 Elements.
This list is incomplete, please add!
- a
- abbr
- acronym
- address
- area
- base
- bdo
- blockquote
- body
- button
- caption (complete up to here, alphabetically)
- cite
- code
- del
- dfn
- dl
- dt
- dd
- em
- fieldset
- legend
- form
- h1,h2,h3,h4,h5,h6
- input
- ins
- img
- map
- area
- map
- kbd
- li
- link
- label
- legend
- object
- map
- area
- map
- 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
- title
- type
Presentations
See POSH Presentations.