<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Easy2Code</title>
	<link>http://www.easy2code.com</link>
	<description>Learn how to code HTML, CSS, PHP and SQL.</description>
	<lastBuildDate>Sat, 12 Jul 2008 01:57:06 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>DIV tag</title>
		<description><![CDATA[You can define sections of a webpage by using the div tag. This is useful when you want to style a section of the page differently from the rest, place a border around it or anything you want in just one porsion of the page. To define a section you will need to use the [...]]]></description>
		<link>http://www.easy2code.com/2008/07/11/div-tag/</link>
			</item>
	<item>
		<title>Center Tag</title>
		<description><![CDATA[To have your text centered in HTML you will need to use the &#60;center&#62; tag. To end the centered text you will need to use the close it with the &#60;/center&#62;. It is rather simple.
Code:
&#60;center&#62;
This text is centered.
&#60;/center&#62;
Result:
This text is centered.
That is as simple as it gets. In the new HTML standard (HTML 4.01) this [...]]]></description>
		<link>http://www.easy2code.com/2008/07/08/center-tag/</link>
			</item>
	<item>
		<title>Line Breaks</title>
		<description><![CDATA[In HTML, if you want to end a line of text on your webpage and start a new line you need a line break. Actually a line break will work with other HTML elements such as images, paragraphs and other tags. For a line break you need to insert &#60;br /&#62; or a &#60;br&#62;. It [...]]]></description>
		<link>http://www.easy2code.com/2008/07/05/line-breaks/</link>
			</item>
	<item>
		<title>Anchor Tag</title>
		<description><![CDATA[Purpose:
An anchor tag will allow you to create a link that will jump directly to a specific part of your web page. It will allow a visitor to find information fast and go directly to what interests them.
This is what the anchor tag looks like.
&#60;a name=&#8220;anchor1&#8243;&#62;This is anchor one.&#60;/a&#62;
The name of the anchor is “anchor1”. [...]]]></description>
		<link>http://www.easy2code.com/2008/05/13/anchor-tag/</link>
			</item>
	<item>
		<title>Page Comments</title>
		<description><![CDATA[What does your page comments look like? In a lot of coding I do we use page comments at the top of the page. Although I don&#8217;t find them quit as useful for my own personal sites as they are for larger web applications they are still a good idea to have.
This is an example [...]]]></description>
		<link>http://www.easy2code.com/2008/05/10/page-comments/</link>
			</item>
	<item>
		<title>Why do some people have problems with my Web pages?</title>
		<description><![CDATA[HTML is simply tags in a text file that tell the browser how to display a page. So you would think your HTML web page should look the same to everyone, however, browsers can interpret those tags any way they want and in fact they do. That is why poorly design websites may appear nice [...]]]></description>
		<link>http://www.easy2code.com/2008/05/07/why-do-some-people-have-problems-with-my-web-pages/</link>
			</item>
	<item>
		<title>What is HTML?</title>
		<description><![CDATA[If your new to creating websites the first thing you need to know if you want to code your own web site is HTML. HTML is a simple language to learn. The purpose of HTML is to tell your browser (like Firefox or Internet Explorer) how to display your page.
First HTML stands for Hypertext Markup [...]]]></description>
		<link>http://www.easy2code.com/2008/05/06/what-is-html/</link>
			</item>
</channel>
</rss>
