<?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; Glossary of xHTML and CSS Terms</title>
	<atom:link href="http://ifyoucodeittheywill.com/category/glossary/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifyoucodeittheywill.com</link>
	<description>xHTML and CSS made simple.</description>
	<lastBuildDate>Thu, 19 May 2011 16:40:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>xHTML and CSS Glossary &#8211; em</title>
		<link>http://ifyoucodeittheywill.com/2009/04/xhtml-and-css-glossary-em/</link>
		<comments>http://ifyoucodeittheywill.com/2009/04/xhtml-and-css-glossary-em/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 22:03:06 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Glossary of xHTML and CSS Terms]]></category>
		<category><![CDATA[em]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=654</guid>
		<description><![CDATA[An &#8220;em&#8221; is a unit of measurement, which is the same width and height of the capital letter &#8220;M&#8221;. If &#8220;em&#8221; is defined inside an element that has a font-size of 12px, then both the width and the height of one &#8220;em&#8221; will also be 12px.]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/04/xhtml-and-css-glossary-em/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xHTML and CSS Glossary &#8211; Child Element</title>
		<link>http://ifyoucodeittheywill.com/2009/04/xhtml-and-css-glossary-child-element/</link>
		<comments>http://ifyoucodeittheywill.com/2009/04/xhtml-and-css-glossary-child-element/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 22:02:32 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Glossary of xHTML and CSS Terms]]></category>
		<category><![CDATA[Child Element]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=652</guid>
		<description><![CDATA[An element inside another element. The outer element is called the parent.]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/04/xhtml-and-css-glossary-child-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xHTML and CSS Glossary &#8211; Attribute</title>
		<link>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-attribute/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-attribute/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 21:54:36 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Glossary of xHTML and CSS Terms]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=1</guid>
		<description><![CDATA[&#8220;Attribute&#8221; applies to xHTML. Attributes come in two parts, the name and the value. In xHTML, an attribute name/value pair would look something like this: href=&#34;http://google.com&#34; href is the attribute name, while the link to Google is the attribute value. When used inside an anchor link (&#60;a&#62;), it would look something like this: &#60;a href=&#34;http://google.com&#34;>Google&#60;/a&#62; [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xHTML and CSS Glossary &#8211; Element</title>
		<link>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-element/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-element/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 22:51:38 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Glossary of xHTML and CSS Terms]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=2</guid>
		<description><![CDATA[An element is simply the product of a tag. It could be a paragraph, a span, a link, etc.]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xHTML and CSS Glossary &#8211; Hex Color Codes</title>
		<link>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-hex-color-codes/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-hex-color-codes/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 22:51:15 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Glossary of xHTML and CSS Terms]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=3</guid>
		<description><![CDATA[Hex color codes may also be referred to simply as, &#8220;hex codes.&#8221; Hex codes consist of a number sign (#) followed by 6 characters, or 3 characters if you’re using hex code shorthand. For now, let’s concentrate on the 6-character variety. Each of the 6 characters must range from 0-9 or a-f. 0 is the [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-hex-color-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xHTML and CSS Glossary &#8211; Parent Element</title>
		<link>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-parent-element/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-parent-element/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 22:49:54 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Glossary of xHTML and CSS Terms]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=6</guid>
		<description><![CDATA[When one element is nested inside another element, the outer element is considered the parent, with the inner one being the child. An element is simply the product of a tag. It could be a paragraph, a span, a link, etc.]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-parent-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xHTML and CSS Glossary &#8211; Pixel</title>
		<link>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-pixel/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-pixel/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 22:48:43 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[Glossary of xHTML and CSS Terms]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=8</guid>
		<description><![CDATA[A pixel, written as “px” in CSS, is the size of the smallest dot you will see on your computer screen.]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/xhtml-css-glossary-pixel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

