<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.8.3" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>2-Create-a-Website.Com | How To Create a Website</title>
	<link>http://www.2-create-a-website.com</link>
	<description>How To Create a Website - 2 Create a Website</description>
	<lastBuildDate>Sat, 29 Aug 2009 05:10:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/to-create-a-website" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>HTML a Tag</title>
		<description>HTML &lt;a&gt; Tag





Example
A link to W3Schools.com:



&lt;a href="www.2-create-a-website.com"&gt;Tags&lt;/a&gt;






Definition and Usage
The &lt;a&gt; tag defines an anchor. An anchor can be used in two ways:

	To create a link to another document, by using the href attribute
	To create a bookmark inside a document, by using the name attribute

The a element is usually referred to ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/LSE17cLlW9g" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/LSE17cLlW9g/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/html-a-tag/</feedburner:origLink></item>
	<item>
		<title>HTML  Declaration</title>
		<description>HTML &lt;!DOCTYPE&gt; Declaration
Example
An HTML document with a doctype of XHTML 1.0 Transitional:



&lt;!DOCTYPE html PUBLIC "-//W3C//DTD  	XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Title of the document&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
The content of the document......
&lt;/body&gt;

&lt;/html&gt;



Definition and Usage
The doctype declaration should be the very first thing in an HTML document, before the &lt;html&gt; tag.

The doctype declaration is not an HTML ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/2X3iERfbOLM" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/2X3iERfbOLM/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/html-declaration/</feedburner:origLink></item>
	<item>
		<title>HTML  Tag</title>
		<description>HTML &lt;!--...--&gt; Tag
Example
An HTML comment:



&lt;!--This is a comment. Comments are not displayed in the browser--&gt;

&lt;p&gt;This is a paragraph.&lt;/p&gt;


Definition and Usage

The comment tag is used to insert a comment in the source code. A comment will be ignored by the browser. You can use comments to explain your code, which can ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/HpQxIAdyhkg" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/HpQxIAdyhkg/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/html-tag/</feedburner:origLink></item>
	<item>
		<title>Meta Tags</title>
		<description>The code for a basic meta tag:
&lt;meta name="" content=""&gt;
or
&lt;meta http-equiv="" content=""&gt;

Meta tags are in your head section of your html document.  The meta tags help the spiders index your page.  You can redirect a webpage with a meta tag, control spiders, prevent certain browsers to function differently with a code ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/h5gxRoKBkvE" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/h5gxRoKBkvE/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/meta-tags/</feedburner:origLink></item>
	<item>
		<title>Include Files</title>
		<description>On this article, I will explain how to use Include files on Html, Asp, and Php files.  Most of the paid hosting companies allow you to use include files.  It is one of the best ways to control your fully loaded website.
Include files in Html
In html, you can use a ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/b1uYU9mxuc8" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/b1uYU9mxuc8/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/include-files/</feedburner:origLink></item>
	<item>
		<title>Domain Transfer</title>
		<description>On this article I will explain how to transfer your existing domain to a new registrar.  Every domain registrar has their own way of doing things differently, but I will explain the main process on this article.
What is a Domain Transfer ?
A domain transfer is when you transfer your existing ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/Eks1q_-OntM" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/Eks1q_-OntM/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/how-to-transfer-a-domain/</feedburner:origLink></item>
	<item>
		<title>What is a SiteMap ?</title>
		<description>On this article I will explain what a Sitemap is and what is it used for. You can guess that a sitemap is a Map of your Site of course, and that definition is from me to explain in the simplest way. According to Wikipedia, a sitemap is defined as:
The ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/U6mbH7bLhnU" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/U6mbH7bLhnU/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/what-is-a-sitemap/</feedburner:origLink></item>
	<item>
		<title>How to add a “Email me” Link</title>
		<description>On this article I will explain the way of adding your email address to your website as a link.  First of all I want to touch the fact that people just write their email as text on there website like:

You can contact me at admin@website-name.com
I find these what so ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/gcEjnzcAlOI" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/gcEjnzcAlOI/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/how-to-add-a-email-me-link/</feedburner:origLink></item>
	<item>
		<title>The Free Traffic System</title>
		<description>Have you ever thought of getting backlinks easily? Well, of course you have, this webiste I have came accross differs from many other websites. First of all it is easy to use, plus it is 100% free to use.

The Free Traffic System is a free article publishing tool that allows ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/MqjeeXUugCQ" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/MqjeeXUugCQ/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/the-free-traffic-system/</feedburner:origLink></item>
	<item>
		<title>What is Google AdWords</title>
		<description>In this article I will explain what is Google Adwords and how you can use it to find success on the internet. Google adwords is an Search Engine Marketing tool offered by Google Inc. If we look at it from the official definition it is:
Google Adwords is an online advertising ...&lt;img src="http://feeds.feedburner.com/~r/to-create-a-website/~4/pnVoDqHHL-c" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/to-create-a-website/~3/pnVoDqHHL-c/</link>
			<feedburner:origLink>http://www.2-create-a-website.com/what-is-google-adwords/</feedburner:origLink></item>
</channel>
</rss>
