<?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; xHTML for Beginners</title>
	<atom:link href="http://ifyoucodeittheywill.com/tag/getting-started-xhtml/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>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>
		<item>
		<title>Basic xHTML Tags</title>
		<link>http://ifyoucodeittheywill.com/2009/03/basic-xhtml-tags/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/basic-xhtml-tags/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 22:08:05 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[xHTML for Beginners]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=22</guid>
		<description><![CDATA[Headings
Headings denote the hierarchy of a page and come in different sizes by default. Imagine an outline for a book, where there would be one big heading for each chapter (web page), a slightly smaller sub-heading for sub-chapters, and even smaller headings for parts within each sub-chapter.
&#60;h1&#62; is a level-one heading, and is closed with [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/basic-xhtml-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
