presentational-html: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(adding some more presentational elements) |
||
Line 16: | Line 16: | ||
* b | * b | ||
* | * basefont | ||
* big | |||
* blockquote (when used for indenting text) | |||
* br (when used for spacing, or when used inappropriately where a div or p would have been semantically correct) | * br (when used for spacing, or when used inappropriately where a div or p would have been semantically correct) | ||
* | * center | ||
* font | * font | ||
* | * hr | ||
* i | |||
* s | |||
* small | |||
* strike | |||
* table (when used for layout) | * table (when used for layout) | ||
* tt | |||
* u | |||
* ... | * ... | ||
Revision as of 19:29, 14 May 2007
Presentational (X)HTML
Presentational (X)HTML refers to:
- The presentational elements and attributes of (X)HTML (as opposed to the semantic HTML elements and attributes)
- (X)HTML documents that are written using presentational (X)HTML.
- The practice of writing presentational (X)HTML
Contributors
Presentational Elements
(This list is incomplete, please add!)
- b
- basefont
- big
- blockquote (when used for indenting text)
- br (when used for spacing, or when used inappropriately where a div or p would have been semantically correct)
- center
- font
- hr
- i
- s
- small
- strike
- table (when used for layout)
- tt
- u
- ...
Presentational Attributes
(This list is incomplete, please add!)
- align
- alink
- bgcolor
- color
- face
- height
- link (on body)
- size (on font element)
- valign
- vlink
- width