<?xml version="1.0"?>
<rss version="2.0"><channel><title>Free Ezine Content And Articles Submission Service</title><link>http://www.ezinearticles.biz</link><description>Search hundreds of free ezine articles from reputed authors</description><language>en-us</language><copyright>copyright 2004 ezinearticles.biz</copyright><docs>http://www.ezinearticles.biz/rss</docs><managingEditor>info@hostdude.net</managingEditor><webMaster>webmaster@ezinead.net</webMaster><item><title>HTML Checklist: Check Your HTML</title><category>Webmasters</category><description>&lt;p&gt;Structure and Visualization&lt;/p&gt;&lt;p&gt;      * Do not use &amp;lt;font&amp;gt; element&lt;/p&gt;&lt;p&gt;      * Move arrangement attributes (align, valign, width, height) to CSS.&lt;/p&gt;&lt;p&gt;      * 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.&lt;/p&gt;&lt;p&gt;      * Move attribute "background" to CSS.&lt;/p&gt;&lt;p&gt;      * Design of input fields and buttons must be written as class in CSS.&lt;/p&gt;&lt;p&gt;      * Style table must be written as external file and linked using &amp;lt;link&amp;gt;&lt;/p&gt;&lt;p&gt;      * All images related to design (not content) move to block with style {background: transparent url("gif") no-repeat;}&lt;/p&gt;&lt;p&gt;&amp;nbsp; HTML code&lt;/p&gt;&lt;p&gt;      * If table cell contains only image with width and height, then don't use these attributes for cell.&lt;/p&gt;&lt;p&gt;      * Use minimum cols and rows for tables.&lt;/p&gt;&lt;p&gt;      * All &amp;lt;image&amp;gt; elements must have "width" and "height" attributes.&lt;/p&gt;&lt;p&gt;      * All &amp;lt;image&amp;gt; elements, which are not links, don't have "border" attribute.&lt;/p&gt;&lt;p&gt;      * All attributes values must be placed in double quotes.&lt;/p&gt;&lt;p&gt;      * All tags and attributes names must be in low case.&lt;/p&gt;&lt;p&gt;&amp;nbsp; CSS code&lt;/p&gt;&lt;p&gt;      * Unique elements must have "id" attribute, which is used for style. Repeated elements must use classes.&lt;/p&gt;&lt;p&gt;      * Determine Links style through styles of (td {}, td a {}, td a:hover {}). a:hover must redefine only changed atttributes.&lt;/p&gt;&lt;p&gt;      * Determine background color for &amp;lt;body&amp;gt;&lt;/p&gt;&lt;p&gt;      * Split declarations to groups (fonts, tables, text blocks, divs)&lt;/p&gt;&lt;p&gt;      * Determine geometrical dimensions in percents or pixels.&lt;/p&gt;&lt;p&gt;      * All colors values must be as short as possible and in high case (#FFF instead of #ffffff).&lt;/p&gt;&lt;p&gt;      * All tags and attributes names must be in low case.&lt;/p&gt;&lt;p&gt;      * All margins and indents must be defined for all browsers.&lt;/p&gt;&lt;p&gt;      * All classes and identifiers must be named logically with one naming convention.&lt;/p&gt;&lt;p&gt;&amp;nbsp; Structure&lt;/p&gt;&lt;p&gt;      * Use title, description and keywords in header.&lt;/p&gt;&lt;p&gt;      * All elements with closing tags must have it (ideally, use XHTML 1.0 Transitional/Strict).&lt;/p&gt;&lt;p&gt;      * Use alt attribute for &amp;lt;image&amp;gt;. If image don't have semantic meaning, alt must be empty.&lt;/p&gt;&lt;p&gt;      * Use comments before main blocks.&lt;/p&gt;&lt;p&gt;      * Use standard tags for creating text structure (&amp;lt;h1&amp;gt;-&amp;lt;h4&amp;gt;, &amp;lt;p&amp;gt;, &amp;lt;ul&amp;gt;, &amp;lt;il&amp;gt;, &amp;lt;li&amp;gt; and so one).&lt;/p&gt;&lt;p&gt;      * Vertical and Horizontal menus must be defined using &amp;lt;li&amp;gt;.&lt;/p&gt;&lt;p&gt;      * Don't use &amp;lt;b&amp;gt; and &amp;lt;i&amp;gt;. Use &amp;lt;strong&amp;gt; and &amp;lt;em&amp;gt;.&lt;/p&gt;&lt;p&gt;      * Blocks must be placed in document in the descending order of importance. Blocks location can be defined using CSS.&amp;nbsp;&lt;/p&gt;</description><resource> You can discuss and improve this document at &lt;a href="http://www.htmlchecklist.com/"&gt;http://www.htmlchecklist.com/&lt;/a&gt;&#xD;
&#xD;
 Vadim Nareyko, CEO of CalidStyle (&lt;a href="http://www.calidstyle.com"&gt;http://www.calidstyle.com&lt;/a&gt;)</resource><author>Vadim Nareyko</author><pubDate>1166076000</pubDate><subTitle>We use this document for checking our results after any HTML cutting. I hope that it&amp;#39;ll help for new and experienced developers.</subTitle></item></channel></rss>
