<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Do&#039;s &#38; Don&#039;ts &#187; HTML</title>
	<atom:link href="http://webdosanddonts.com/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Wed, 18 May 2011 22:30:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Don&#8217;t use empty image src</title>
		<link>http://webdosanddonts.com/dont-use-empty-image-src</link>
		<comments>http://webdosanddonts.com/dont-use-empty-image-src#comments</comments>
		<pubDate>Mon, 30 Aug 2010 18:18:20 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[img]]></category>
		<category><![CDATA[src]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1350</guid>
		<description><![CDATA[An HTML image, either via &#60;img&#62; tag or JavaScript Image object, that has its src set to an empty string can cause traffic spikes or user state corruption.]]></description>
			<content:encoded><![CDATA[<p>An HTML image, either via <code>&lt;img&gt;</code> tag or JavaScript <code>Image</code> object, that has its <code>src</code> set to an empty string can cause traffic spikes or user state corruption.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-empty-image-src/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specify HTML document’s language</title>
		<link>http://webdosanddonts.com/specify-html-document%e2%80%99s-language</link>
		<comments>http://webdosanddonts.com/specify-html-document%e2%80%99s-language#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:21:22 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Language]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=1158</guid>
		<description><![CDATA[Use the language attribute(s) on the html tag to indicate the language of a HTML document, unless the content is aimed at speakers of more than one language.]]></description>
			<content:encoded><![CDATA[<p>Use the language attribute(s) on the <code>html</code> tag to indicate the language of a HTML document, unless the content is aimed at speakers of more than one language. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/specify-html-document%e2%80%99s-language/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always provide an alt text in img elements</title>
		<link>http://webdosanddonts.com/always-provide-an-alt-text-in-img-elements</link>
		<comments>http://webdosanddonts.com/always-provide-an-alt-text-in-img-elements#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:24:11 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=873</guid>
		<description><![CDATA[The alt attribute is a textual replacement for the image which is not being displayed. It must always be used, even if the image in question is purely decorative&#8211;in that case, the alt attribute should be an empty string.]]></description>
			<content:encoded><![CDATA[<p>The <code>alt</code> attribute is a textual replacement for the image which is not being displayed. It must always be used, even if the image in question is purely decorative&#8211;in that case, the <code>alt</code> attribute should be an empty string.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/always-provide-an-alt-text-in-img-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use tables in HTML email</title>
		<link>http://webdosanddonts.com/use-tables-in-html-email</link>
		<comments>http://webdosanddonts.com/use-tables-in-html-email#comments</comments>
		<pubDate>Fri, 08 Jan 2010 08:59:28 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tables]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=898</guid>
		<description><![CDATA[Tables are inappropriate for layout, but a necessary evil in HTML e-mail. Mail clients have bad CSS support which means we must use tables when coding newsletters to ensure consistent display across clients.]]></description>
			<content:encoded><![CDATA[<p>Tables are <a href="http://webdosanddonts.com/never-use-html-tables-for-layout">inappropriate for layout</a>, but a necessary evil in HTML e-mail. Mail clients have bad CSS support which means we must use tables when coding newsletters to ensure consistent display across clients. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-tables-in-html-email/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t be skipping heading levels</title>
		<link>http://webdosanddonts.com/dont-be-skipping-heading-levels</link>
		<comments>http://webdosanddonts.com/dont-be-skipping-heading-levels#comments</comments>
		<pubDate>Sat, 26 Dec 2009 12:55:53 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Heading]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=912</guid>
		<description><![CDATA[One of the benefits of a proper and consistent heading structure in an HTML page is that they can be repurposed to improve access to the content. Also keep in mind that skipping a heading level makes navigating by headers less usable for screenreader users.]]></description>
			<content:encoded><![CDATA[<p>One of the benefits of a proper and consistent heading structure in an HTML page is that they can be repurposed to improve access to the content. Also keep in mind that skipping a heading level makes navigating by headers less usable for screenreader users.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-be-skipping-heading-levels/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the title attribute on form elements</title>
		<link>http://webdosanddonts.com/use-the-title-attribute-on-form-elements</link>
		<comments>http://webdosanddonts.com/use-the-title-attribute-on-form-elements#comments</comments>
		<pubDate>Mon, 21 Dec 2009 18:43:58 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Title]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=904</guid>
		<description><![CDATA[The title attribute offers an extra avenue for associating text to a form field. It should not be used as the first means of associating a label text with a corresponding form field. In situations where supplementary information is useful, the title attribute is helpful.]]></description>
			<content:encoded><![CDATA[<p>The <code>title</code> attribute offers an extra avenue for associating text to a form field. It should not be used as the first means of associating a label text with a corresponding form field. In situations where supplementary information is useful, the <code>title</code> attribute is helpful. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-title-attribute-on-form-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the optgroup element for hierarchical select options</title>
		<link>http://webdosanddonts.com/use-the-optgroup-element-for-hierarchical-select-options</link>
		<comments>http://webdosanddonts.com/use-the-optgroup-element-for-hierarchical-select-options#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:38:39 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[optgroup]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=726</guid>
		<description><![CDATA[Grouping of options in HTML select element should be achieved using optgroup element in combination with label attribute.]]></description>
			<content:encoded><![CDATA[<p>Grouping of options in HTML <code>select</code> element should be achieved using <code>optgroup</code> element in combination with <code>label</code> attribute.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-optgroup-element-for-hierarchical-select-options/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use empty HTML elements</title>
		<link>http://webdosanddonts.com/dont-use-empty-html-elements</link>
		<comments>http://webdosanddonts.com/dont-use-empty-html-elements#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:27:07 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=640</guid>
		<description><![CDATA[You should avoid inappropriate HTML use such as putting empty elements just for float clearing.]]></description>
			<content:encoded><![CDATA[<p>You should avoid inappropriate HTML use such as putting empty elements just for float clearing.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-use-empty-html-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group form controls by using fieldset and legend elements</title>
		<link>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements</link>
		<comments>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements#comments</comments>
		<pubDate>Tue, 08 Sep 2009 08:16:22 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=697</guid>
		<description><![CDATA[The grouping and labeling of thematically related controls within a form is an important aspect of providing semantic information so users can understand and complete a form successfully.]]></description>
			<content:encoded><![CDATA[<p>The grouping and labeling of thematically related controls within a form is an important aspect of providing semantic information so users can understand and complete a form successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consider using Diagnostic styling</title>
		<link>http://webdosanddonts.com/consider-using-diagnostic-styling</link>
		<comments>http://webdosanddonts.com/consider-using-diagnostic-styling#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:06:13 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=681</guid>
		<description><![CDATA[Using Diagnostic Styling can help you reveal specific problems within an HTML document.]]></description>
			<content:encoded><![CDATA[<p>Using <a title="Diagnostic Styling" href="http://meyerweb.com/eric/thoughts/2007/09/07/diagnostic-styling/">Diagnostic Styling</a> can help you reveal specific problems within an HTML document.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/consider-using-diagnostic-styling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

