Structure and Visualization
- Do not use <font> element.
- Move arrangement attributes (align, valign, width, height) to CSS.
- Do not use tables except showing table data. Using tables for visual formatting is acceptable in complex situations only. Max table nesting can not be great than 3.
- Move attribute “background” to CSS.
- Design of input fields and buttons must be written as class in CSS.
- Style table must be written as external file and linked using <link>.
- All images related to design (not content) move to block with style {background: transparent url(”gif”) no-repeat;}
This entry was posted
on Thursday, August 9th, 2007 at 2:09 pm and is filed under Structure and Visualization.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.