<?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>Build A Successful Web Site &#187; HTML Tags Reference</title>
	<atom:link href="http://buildasuccessfulwebsite.com/tag/html-tags-reference/feed" rel="self" type="application/rss+xml" />
	<link>http://buildasuccessfulwebsite.com</link>
	<description>Build a Web Site &#124; Learn how to direct traffic to your web site.</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:39:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HTML Tags Reference</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference#comments</comments>
		<pubDate>Fri, 19 Feb 2010 01:29:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags Reference]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=269</guid>
		<description><![CDATA[Here is a list I have put together of tags you will most likely use in your HTML web page. If you are new to hypertext markup language, bookmarking this page would be a good idea. Most commonly used HTML tags: &#60;!&#8211; &#8211;&#62; &#124; Comment in your HTML code. &#60;a&#62; &#124; Defines an anchor. You [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags' rel='bookmark' title='Permanent Link: HTML Tags'>HTML Tags</a></li>
<li><a href='http://buildasuccessfulwebsite.com/planning/html-editors/good-html-editors' rel='bookmark' title='Permanent Link: Good HTML Editors'>Good HTML Editors</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a list I have put together of tags you will most likely use in your HTML web page. If you are new to hypertext markup language, bookmarking this page would be a good idea.</p>
<h2>Most commonly used HTML tags:</h2>
<ul>
<li><span style="color: #000080;">&lt;!&#8211; &#8211;&gt;</span> | Comment in your HTML code.</li>
<li><span style="color: #000080;">&lt;a&gt;</span> | Defines an anchor. You use this to create a hyperlink.</li>
<li><span style="color: #000080;">&lt;b&gt; &lt;/b&gt;</span> | Makes your text bold.</li>
<li><span style="color: #000080;">&lt;body&gt; &lt;/body&gt;</span> | Defines your document&#8217;s body section.</li>
<li><span style="color: #000080;">&lt;br /&gt;</span> | Creates a line break.</li>
<li>&lt;<span style="color: #000080;">br clear=&#8221;all&#8221; /</span>&gt; Creates a line break below all pictures and text above it.</li>
<li><span style="color: #000080;">&lt;br clear=&#8221;right&#8221;&gt; </span>| Clears only to the right.</li>
<li><span style="color: #000080;">&lt;br clear=&#8221;left&#8221;&gt; </span>| Clears only to the left.</li>
<li><span style="color: #000080;">&lt;div&gt; &lt;/div&gt;</span> | Creates a divider section.</li>
<li><span style="color: #000080;">&lt;em&gt; &lt;/em&gt;</span> | Makes your text italicized.</li>
<li><span style="color: #000080;">&lt;head&gt; &lt;/head&gt; </span>| Defines your document&#8217;s head section.</li>
<li><span style="color: #000080;">&lt;li&gt; &lt;/li&gt;</span> | List item.</li>
<li><span style="color: #000080;">&lt;p&gt; &lt;/p&gt;</span> |  Use these tags in the body of your HTML.</li>
<li><span style="color: #000080;">&lt;p&gt;&amp;nbsp;&lt;/p&gt;</span> | Creates a line break</li>
<li><span style="color: #000080;">&lt;strong&gt; &lt;/strong&gt;</span> | Makes your text bold (I would use this tag).</li>
<li><span style="color: #003366;">&lt;ul&gt; &lt;/ul&gt;</span> | Creates an unordered list.</li>
</ul>
<h2>Special tags:</h2>
<ul>
<li><span style="color: #ff9900;"><span style="color: #003366;">&lt;!&#8211;#include file=&#8221;place your link here&#8221; &#8211;&gt;</span> </span>| It creates a Server Side Include. The HTML it refers to is often a just a piece of a HTML document that was cut out. Every time you paste this code into your document the cut out HTML will appear on your page. This is handy for web site headers and footers. All you have to do every time you change your navigation bar is update the html contained in the Server Side Include. Some web servers need a .shtml extension. Others work with a .html extension. Still others need the entire file named &#8220;my-file.shtml&#8221; for the server side includes to work properly. Some web servers do not allow server side includes.</li>
<li>To be continued</li>
</ul>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags' rel='bookmark' title='Permanent Link: HTML Tags'>HTML Tags</a></li>
<li><a href='http://buildasuccessfulwebsite.com/planning/html-editors/good-html-editors' rel='bookmark' title='Permanent Link: Good HTML Editors'>Good HTML Editors</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
