<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Code A Day</title>
	<link>http://www.codeaday.com</link>
	<description>Learn CSS &#38; HTML by Doing.</description>
	<lastBuildDate>Sun, 28 Sep 2008 01:27:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Beginner HTML Layout 2:Headers, Paragraphs &#038; Hyperlinks</title>
		<description>The 1st beginner layout we created introduced the basic elements of an html page. In this lesson you will learn about more things to put in your html page with html headers, paragraphs and creating links(otherwise known as links)!
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;My Website&#60;/title&#62;
&#60;/head&#62;

&#60;body&#62;

&#60;h1&#62;Andys Website&#60;/h1&#62;
&#60;p&#62;Hello World, you need to learn &#60;a href="http://www.codeaday.com"&#62;HTML&#60;/a&#62;&#60;/p&#62;

&#60;/body&#62;
&#60;/html&#62;
Copy the above ...</description>
		<link>http://www.codeaday.com/2008/09/beginner-html-layout-2headers-paragraphs-hyperlinks/</link>
			</item>
	<item>
		<title>Beginner HTML Layout 1: Basics</title>
		<description>This first piece of code has all of the basic elements of a web page. Copy and paste this code into a file named "index.html" and upload it to your website's root directory.
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;My Website&#60;/title&#62;
&#60;/head&#62;

&#60;body&#62;

&#60;p&#62;Hello World&#60;/p&#62;

&#60;/body&#62;
&#60;/html&#62;
First we have the opening &#60;html&#62; tag at the top. This basically tells your web browser ...</description>
		<link>http://www.codeaday.com/2008/09/beginner-html-layout-1-basics/</link>
			</item>
	<item>
		<title>Step 2. Host your domain name</title>
		<description>"What the heck is hosting?!"

Whoa! Take it easy, dont panic. I remember when I first started online all of this stuff was like a foriegn language. Now its like second nature. It will get that way for you to, you just have to trudge through it.

To keep things simple, I'm ...</description>
		<link>http://www.codeaday.com/2008/09/step-2-host-your-domain-name/</link>
			</item>
	<item>
		<title>Step 1. Buy a Domain Name</title>
		<description>The first step to building a live website is to buy a domain name. To do this go to GoDaddy.com and register a domain name. After you register your domain name, you will be able to host it. After you host your domain name, you will be able to upload ...</description>
		<link>http://www.codeaday.com/2008/09/buy-a-domain-name/</link>
			</item>
	<item>
		<title>What?! Another Code Tutorial Site?!</title>
		<description>YES! Well, not exactly. We like to think that we are taking a unique approach to Code Tutorials. Of course, every other blogger and code tutorial site probably says the thing. We will let you decide if this site is helpful or not. Obviously we would let you decide, since ...</description>
		<link>http://www.codeaday.com/2008/09/hello-world/</link>
			</item>
</channel>
</rss>
