<?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>IfYouCodeItTheyWill.com &#187; html</title>
	<atom:link href="http://ifyoucodeittheywill.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifyoucodeittheywill.com</link>
	<description>xHTML and CSS made simple.</description>
	<lastBuildDate>Mon, 07 Jun 2010 15:55:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flexible-width, content-first layout with fixed-width, equal-height sidebar</title>
		<link>http://ifyoucodeittheywill.com/2009/06/flex-width-equal-height-sidebar-layout/</link>
		<comments>http://ifyoucodeittheywill.com/2009/06/flex-width-equal-height-sidebar-layout/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 22:39:51 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Misc. Design Topics]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[equal height]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=919</guid>
		<description><![CDATA[Wow, that&#8217;s a wordy title, but I wanted to make sure people will know what to expect before they click on my link.
To see what you&#8217;ll be creating today, see a working example here.
Creating this type of layout without tables may sound like a tall order right now, but not only will I show you [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/06/flex-width-equal-height-sidebar-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Review: bestbuy.com</title>
		<link>http://ifyoucodeittheywill.com/2009/05/website-review-bestbuycom/</link>
		<comments>http://ifyoucodeittheywill.com/2009/05/website-review-bestbuycom/#comments</comments>
		<pubDate>Thu, 07 May 2009 01:14:26 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Corporate Website Reviews]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[xHTML]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=837</guid>
		<description><![CDATA[I have to say, I was pretty disappointed when I ran bestbuy.com through w3c&#8217;s markup validator and it displayed 1223 errors and 1185 warnings.
I&#8217;ve always liked my local brick and mortar Best Buy. Their staff are always friendly and knowledgeable, and they&#8217;ve never steered me wrong. They even have their famous Geek Squad (ouch, I [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/05/website-review-bestbuycom/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating Lists in xHTML and styling them with CSS</title>
		<link>http://ifyoucodeittheywill.com/2009/03/xhtml-and-css-of-lists/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/xhtml-and-css-of-lists/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 19:35:09 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS for Beginners]]></category>
		<category><![CDATA[xHTML for Beginners]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[lists]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=465</guid>
		<description><![CDATA[Lists can be tricky, due to the different ways the different browsers will display them by default.]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/xhtml-and-css-of-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xHTML id attribute</title>
		<link>http://ifyoucodeittheywill.com/2009/03/xhtml-id-attribute/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/xhtml-id-attribute/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 01:11:31 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[xHTML for Beginners]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[id]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=343</guid>
		<description><![CDATA[While the same class can be used repetitively within the same page (see my previous article on the &#60;div&#62; tag where I have more than one class=&#34;box&#34;), you can only have one occurrence of each id per page.
Unlike classes, an id is a unique identifier, such as a passport number, driver&#8217;s license number, social security [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/xhtml-id-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xHTML div tag</title>
		<link>http://ifyoucodeittheywill.com/2009/03/xhtml-div-tag/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/xhtml-div-tag/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 22:55:54 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[xHTML for Beginners]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=305</guid>
		<description><![CDATA[&#8220;div&#8221; is short for division or divider, and is mainly used to divide your page into sections. You may have a header section, a main content section, a sidebar section, a footer section, a section for announcements, etc.
There is no absolute best way to use &#60;div&#62;s and although some ways are more common than others, [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/xhtml-div-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Class Names in xHTML</title>
		<link>http://ifyoucodeittheywill.com/2009/03/adding-class-names-in-xhtml/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/adding-class-names-in-xhtml/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 02:31:35 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[xHTML for Beginners]]></category>
		<category><![CDATA[class names]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=93</guid>
		<description><![CDATA[In the previous tutorial, I showed you how to style xHTML tags with CSS. Now, I will show you how to add &#8220;classes&#8221; to xHTML tags, so you will be able to fine-tune the styling of your pages.
What is a class?
Just think of it as a &#8220;classification&#8221; in everyday language. If two or more things [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/adding-class-names-in-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download the Practice Files</title>
		<link>http://ifyoucodeittheywill.com/2009/03/download-the-practice-files/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/download-the-practice-files/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 01:33:54 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS for Beginners]]></category>
		<category><![CDATA[Getting Started with xHTML and CSS]]></category>
		<category><![CDATA[xHTML for Beginners]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[practice files]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=37</guid>
		<description><![CDATA[Now it&#8217;s time for your first test and a little bit of practice. I zipped together a butt-ugly web page, two blank CSS files and an image, then uploaded them so you can download, unzip, and work with them on your computer&#8217;s hard drive.
Download the practice files here.
Unzip and save those files to your desktop, [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/download-the-practice-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
