<?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>Start-a-Site.Com &#187; Necessary Tags</title>
	<atom:link href="http://www.start-a-site.com/topic/coding/necessary-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.start-a-site.com</link>
	<description>Get tips on how to start your website right for free!</description>
	<lastBuildDate>Sat, 03 Jul 2010 22:08:12 +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>How to add a &#8220;Email Me&#8221; link</title>
		<link>http://www.start-a-site.com/how-to-add-a-email-me-link/</link>
		<comments>http://www.start-a-site.com/how-to-add-a-email-me-link/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:07:53 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[INFO]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[How to add "email me" link to your website]]></category>
		<category><![CDATA[How to add a contact link in your html page]]></category>
		<category><![CDATA[How to add a Email me html]]></category>
		<category><![CDATA[How to email your customers]]></category>
		<category><![CDATA[How to have people email you from your website]]></category>
		<category><![CDATA[How to link your email]]></category>
		<category><![CDATA[javascript code to your website]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=263</guid>
		<description><![CDATA[This article will explain how to forward an hyperlink to an email address.  This is that familiar &#8220;Contact&#8221; link on the bottom of many websites. It is really basic, you start with the &#60;a&#62; just like you start every hyperlink.  But this time, instead of using &#8220;http://&#8221; you use, &#8220;mailto&#8221; to establish the link.  Follow [...]]]></description>
			<content:encoded><![CDATA[<p>This article will explain how to forward an hyperlink to an email address.  This is that familiar &#8220;Contact&#8221; link on the bottom of many websites.</p>
<p>It is really basic, you start with the &lt;a&gt; just like you start every hyperlink.  But this time, instead of using &#8220;http://&#8221; you use, &#8220;mailto&#8221; to establish the link.  Follow the example below:</p>
<blockquote><p>&lt;a href=&#8221;mailto:example@sample-email.com&#8221;&gt;Contact me&lt;/a&gt;</p></blockquote>
<p>That is how easy it is!  Best of luck with you all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-add-a-email-me-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bold Html Tag</title>
		<link>http://www.start-a-site.com/bold-html-tag/</link>
		<comments>http://www.start-a-site.com/bold-html-tag/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 08:02:52 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Bold html code]]></category>
		<category><![CDATA[How to bold a text]]></category>
		<category><![CDATA[How to make text bolder]]></category>
		<category><![CDATA[Html code for bold]]></category>
		<category><![CDATA[Html code for making text bold]]></category>
		<category><![CDATA[What is the Html for bold]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=249</guid>
		<description><![CDATA[This article will explain how to make a text bold. Making a text bold makes it stand out and realizable.  This is like putting make up on everyday so you look fine and noticeable.  Let&#8217;s get to the point. In Html, the tag &#8220;b&#8221; is used for making text bold. For example you can do: [...]]]></description>
			<content:encoded><![CDATA[<p>This article will explain how to make a text <strong>bold.</strong> Making a text bold makes it stand out and realizable.  This is like putting make up on everyday so you look fine and noticeable.  Let&#8217;s get to the point.</p>
<blockquote><p>In Html, the tag &#8220;b&#8221; is used for making text bold.</p>
<p>For example you can do: I used to fish for fun when I was &lt;b&gt;younger.&lt;/b&gt;</p>
<p>This will appear like this: I used to fish for fun when I was <b>younger.</b></p></blockquote>
<p>As you can see, the text &#8220;younger&#8221; is bold and stands out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/bold-html-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Html and CSS tutorial</title>
		<link>http://www.start-a-site.com/basic-html-and-css-tutorial/</link>
		<comments>http://www.start-a-site.com/basic-html-and-css-tutorial/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 21:16:04 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[INFO]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[How to make a css website]]></category>
		<category><![CDATA[How to make a html web page]]></category>
		<category><![CDATA[How to make a notepad file to html file]]></category>
		<category><![CDATA[How to make a website using Notepad]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=181</guid>
		<description><![CDATA[Hey, this video right here will teach you how to start learning Html from scratch. You can start coding right away! Just watch the video and pay close attention.]]></description>
			<content:encoded><![CDATA[<p>Hey, this video right here will teach you how to start learning Html from scratch.  You can start coding right away! Just watch the video and pay close attention.</p>
<blockquote><p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/GwQMnpUsj8I&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GwQMnpUsj8I&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/basic-html-and-css-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic iFrame</title>
		<link>http://www.start-a-site.com/basic-iframe/</link>
		<comments>http://www.start-a-site.com/basic-iframe/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 04:17:28 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[Basic iframe code]]></category>
		<category><![CDATA[How to html an iframe]]></category>
		<category><![CDATA[How to put iframe into Html]]></category>
		<category><![CDATA[What is iframe]]></category>
		<category><![CDATA[What is the frame html code]]></category>
		<category><![CDATA[What is the iframe html code]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=131</guid>
		<description><![CDATA[This article will explain the basic iframe code, on this site, you can also find the well explained version of this article, just type iframe on the website&#8217;s search box. &#60;iframe src=&#8221;http://www.example-target-site.com&#8221;&#62;&#60;/iframe&#62; The above code is what a iframe looks like.  Again you can change the way this iframe looks, just search iframe on THIS [...]]]></description>
			<content:encoded><![CDATA[<p>This article will explain the basic iframe code, on this site, you can also find the well explained version of this article, just type iframe on the website&#8217;s search box.</p>
<blockquote><p>&lt;iframe src=&#8221;http://www.example-target-site.com&#8221;&gt;&lt;/iframe&gt;</p></blockquote>
<p>The above code is what a iframe looks like.  Again you can change the way this iframe looks, just search iframe on THIS site&#8217;s search box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/basic-iframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spanish Special Characters</title>
		<link>http://www.start-a-site.com/spanish-special-characters/</link>
		<comments>http://www.start-a-site.com/spanish-special-characters/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 02:53:35 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[eñe Html code]]></category>
		<category><![CDATA[Friendly code for Spanish letters]]></category>
		<category><![CDATA[Hex codes for Spanish letters]]></category>
		<category><![CDATA[Html code for enye]]></category>
		<category><![CDATA[Html code for Spanish alphabet]]></category>
		<category><![CDATA[Html code for Spanish letters]]></category>
		<category><![CDATA[Numerical code for Spanish letter]]></category>
		<category><![CDATA[Special Character codes for Spanish letters]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=103</guid>
		<description><![CDATA[This article contains friendly Html codes for Spanish special characters.  These codes can be so useful using it in your website because sometimes either your server or a browser doesn&#8217;t support every character. Display Friendly Code Numerical Code Hex Codes Description Á &#38;Aacute; &#38;#193; &#38;#xC1; Capital A-acute á &#38;aacute; &#38;#225; &#38;#xE1; Lowercase a-acute É &#38;Eacute; [...]]]></description>
			<content:encoded><![CDATA[<p>This article contains friendly Html codes for Spanish special characters.  These codes can be so useful using it in your website because sometimes either your server or a browser doesn&#8217;t support every character.</p>
<blockquote>
<table border="0" cellspacing="0" cellpadding="3" width="100%">
<tbody>
<tr>
<th>Display</th>
<th>Friendly Code</th>
<th>Numerical Code</th>
<th>Hex Codes</th>
<th>Description</th>
</tr>
<tr>
<td>Á</td>
<td>&amp;Aacute;</td>
<td>&amp;#193;</td>
<td>&amp;#xC1;</td>
<td>Capital A-acute</td>
</tr>
<tr>
<td>á</td>
<td>&amp;aacute;</td>
<td>&amp;#225;</td>
<td>&amp;#xE1;</td>
<td>Lowercase a-acute</td>
</tr>
<tr>
<td>É</td>
<td>&amp;Eacute;</td>
<td>&amp;#201;</td>
<td>&amp;#xC9;</td>
<td>Capital E-acute</td>
</tr>
<tr>
<td>é</td>
<td>&amp;eacute;</td>
<td>&amp;#233;</td>
<td>&amp;#xE9;</td>
<td>Lowercase e-acute</td>
</tr>
<tr>
<td>Í</td>
<td>&amp;Iacute;</td>
<td>&amp;#205;</td>
<td>&amp;#xCD;</td>
<td>Capital I-acute</td>
</tr>
<tr>
<td>í</td>
<td>&amp;iacute;</td>
<td>&amp;#237;</td>
<td>&amp;#xED;</td>
<td>Lowercase i-acute</td>
</tr>
<tr>
<td>Ñ</td>
<td>&amp;Ntilde;</td>
<td>&amp;#209;</td>
<td>&amp;#xD1;</td>
<td>Capital N-tilde</td>
</tr>
<tr>
<td>ñ</td>
<td>&amp;ntilde;</td>
<td>&amp;#241;</td>
<td>&amp;#xF1;</td>
<td>Lowercase n-tilde</td>
</tr>
<tr>
<td>Ó</td>
<td>&amp;Oacute;</td>
<td>&amp;#211;</td>
<td>&amp;#xD3;</td>
<td>Capital O-acute</td>
</tr>
<tr>
<td>ó</td>
<td>&amp;oacute;</td>
<td>&amp;#243;</td>
<td>&amp;#xF3;</td>
<td>Lowercase o-acute</td>
</tr>
<tr>
<td>Ú</td>
<td>&amp;Uacute;</td>
<td>&amp;#218;</td>
<td>&amp;#xDA;</td>
<td>Capital U-acute</td>
</tr>
<tr>
<td>ú</td>
<td>&amp;uacute;</td>
<td>&amp;#250;</td>
<td>&amp;#xFA;</td>
<td>Lowercase u-acute</td>
</tr>
<tr>
<td>Ü</td>
<td>&amp;Uuml;</td>
<td>&amp;#220;</td>
<td>&amp;#xDC;</td>
<td>Capital U-umlaut</td>
</tr>
<tr>
<td>ü</td>
<td>&amp;uuml;</td>
<td>&amp;#252;</td>
<td>&amp;#xFC;</td>
<td>Lowercase u-umlaut</td>
</tr>
<tr>
<td>¿</td>
<td>&amp;iquest;</td>
<td>&amp;#191;</td>
<td>&amp;#xBF;</td>
<td>Inverted question mark</td>
</tr>
<tr>
<td>¡</td>
<td>&amp;iexcl;</td>
<td>&amp;#161;</td>
<td>&amp;#xA1</td>
<td>Inverted exclamation point</td>
</tr>
<tr>
<td>€</td>
<td>&amp;euro;</td>
<td>&amp;#128;</td>
<td>&amp;#x80;</td>
<td>Euro</td>
</tr>
<tr>
<td>?</td>
<td></td>
<td>&amp;#8359;</td>
<td>&amp;#x20A7;</td>
<td>Peseta</td>
</tr>
</tbody>
</table>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/spanish-special-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a font bigger</title>
		<link>http://www.start-a-site.com/how-to-make-a-font-bigger/</link>
		<comments>http://www.start-a-site.com/how-to-make-a-font-bigger/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:23:29 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[How to make a text stand out in Html]]></category>
		<category><![CDATA[How to make font bigger in html]]></category>
		<category><![CDATA[How to make text larger on Html]]></category>
		<category><![CDATA[How to make text readable in Html]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=89</guid>
		<description><![CDATA[To make your text stand out, you might want to use the &#60;big&#62; tag.  This way, your font will be bigger then usual and it can easily stand out.  For example check below: When using the &#60;big&#62; tag your font gets bigger.  Make sure to close the &#60;big&#62; tag with a &#60;/big&#62; ending tag.]]></description>
			<content:encoded><![CDATA[<p>To make your text stand out, you might want to use the &lt;big&gt; tag.  This way, your font will be bigger then usual and it can easily stand out.  For example check below:</p>
<blockquote><p>When using the &lt;big&gt; tag your font gets <big>bigger</big>.  Make sure to close the &lt;big&gt; tag with a &lt;/big&gt; ending tag.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-make-a-font-bigger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Special Characters</title>
		<link>http://www.start-a-site.com/special-characters/</link>
		<comments>http://www.start-a-site.com/special-characters/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:47:11 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[© Copyright Html code]]></category>
		<category><![CDATA[Ampersand Html code]]></category>
		<category><![CDATA[Copyright Html code]]></category>
		<category><![CDATA[Dagger html code]]></category>
		<category><![CDATA[Degree Html code]]></category>
		<category><![CDATA[Em-dash Html code]]></category>
		<category><![CDATA[Half Html code]]></category>
		<category><![CDATA[Inverted exclamation mark]]></category>
		<category><![CDATA[Inverted exclamation point html code]]></category>
		<category><![CDATA[Left pointing doible angle quotation mark]]></category>
		<category><![CDATA[Quarter Html code]]></category>
		<category><![CDATA[Registered Trademark html code]]></category>
		<category><![CDATA[Right pointing double angle quoatation mark]]></category>
		<category><![CDATA[Trademark symbol Html code]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=81</guid>
		<description><![CDATA[Below is a list of special characters with their codes beside them. Code Symbol Description &#38;trade; ™ Trademark &#38;amp; &#38; Ampersand &#38;reg; ® Registered trademark &#38;copy; © Copyright &#38;dagger; † Dagger &#38;raquo; » Right pointing double angle quotation mark &#38;laquo; « Left pointing double angle quotation mark &#38;#151; — Em-dash &#38;deg; 30° Degree &#38;frac14; ¼ [...]]]></description>
			<content:encoded><![CDATA[<p>Below is a list of special characters with their codes beside them.</p>
<blockquote>
<table border="0" cellspacing="1" cellpadding="4" width="428">
<tbody>
<tr>
<td width="15%" valign="top">Code</td>
<td width="15%" align="middle" valign="top">Symbol</td>
<td width="45%" valign="top">
<p align="center">Description</p>
</td>
</tr>
<tr>
<td valign="top">&amp;trade;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> ™</span></td>
<td valign="top">Trademark</td>
</tr>
<tr>
<td valign="top">&amp;amp;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> &amp;</span></td>
<td valign="top">Ampersand</td>
</tr>
<tr>
<td valign="top">&amp;reg;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> ®</span></td>
<td valign="top">Registered  																	trademark</td>
</tr>
<tr>
<td valign="top">&amp;copy;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> ©</span></td>
<td valign="top">Copyright</td>
</tr>
<tr>
<td valign="top">&amp;dagger;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> †</span></td>
<td valign="top">Dagger</td>
</tr>
<tr>
<td valign="top">&amp;raquo;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> »</span></td>
<td valign="top">Right  																	pointing  																	double angle  																	quotation  																	mark</td>
</tr>
<tr>
<td valign="top">&amp;laquo;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> «</span></td>
<td valign="top">Left  																	pointing  																	double angle  																	quotation  																	mark</td>
</tr>
<tr>
<td valign="top">&amp;#151;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> —</span></td>
<td valign="top">Em-dash</td>
</tr>
<tr>
<td valign="top">&amp;deg;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> 30°</span></td>
<td valign="top">Degree</td>
</tr>
<tr>
<td valign="top">&amp;frac14;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> ¼</span></td>
<td valign="top">Quarter</td>
</tr>
<tr>
<td valign="top">&amp;frac12;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> ½</span></td>
<td valign="top">Half</td>
</tr>
<tr>
<td valign="top">&amp;frac34;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> ¾</span></td>
<td valign="top">Three  																	quarters</td>
</tr>
<tr>
<td valign="top">&amp;middot;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> ·</span></td>
<td valign="top">Middle dot</td>
</tr>
<tr>
<td valign="top">&amp;iexcl;</td>
<td align="middle" valign="top"><span style="font-family: Verdana; color: #ff0000; font-size: small;"> ¡</span></td>
<td valign="top">Inverted  																	exclamation  																	mark</td>
</tr>
</tbody>
</table>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/special-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyperlink</title>
		<link>http://www.start-a-site.com/hyperlink/</link>
		<comments>http://www.start-a-site.com/hyperlink/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:57:11 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[How to add a link to a html page]]></category>
		<category><![CDATA[How to add a link to your blog]]></category>
		<category><![CDATA[How to link to a website]]></category>
		<category><![CDATA[How to link to another website]]></category>
		<category><![CDATA[How to make a hyper link]]></category>
		<category><![CDATA[Html hyperlink code]]></category>
		<category><![CDATA[Html link code]]></category>
		<category><![CDATA[The html link code]]></category>
		<category><![CDATA[The Hyper Link Code]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=52</guid>
		<description><![CDATA[This article explains how to use a hyperlink and the types.  A hyperlink is the html link you click on to get to another page from a page.  The basic code is as follows: &#60;a href=&#8221;http://www.start-a-site.com&#8221;&#62;Start-a-Site.Com&#60;/a&#62; Which results in : Start-a-Site.Com You can also have this link open in a new window by using the [...]]]></description>
			<content:encoded><![CDATA[<p>This article explains how to use a hyperlink and the types.  A hyperlink is the html link you click on to get to another page from a page.  The basic code is as follows:</p>
<blockquote><p>&lt;a href=&#8221;http://www.start-a-site.com&#8221;&gt;Start-a-Site.Com&lt;/a&gt;</p>
<p>Which results in : <a href="http://www.start-a-site.com">Start-a-Site.Com</a></p></blockquote>
<p>You can also have this link open in a new window by using the target value.  If you&#8217;d like, you can add a Anchor tag aswell by using the title value.  Take a look at it below:</p>
<blockquote><p>&lt;a target=&#8221;new&#8221; title=&#8221;Start-A-Site.Com How to Start Websites&#8221; href=&#8221;http://www.start-a-site.com&gt;Start-a-Site.Com&lt;/a&gt;</p>
<p>This will show up as: <a title="Start-A-Site.Com How to Start Websites" href="http://www.start-a-site.com" target="_blank">Start-a-Site.Com</a></p></blockquote>
<p>Use the codes above as you like.  Make sure you change the values and attributes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/hyperlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to redirect a page</title>
		<link>http://www.start-a-site.com/how-to-redirect-a-page/</link>
		<comments>http://www.start-a-site.com/how-to-redirect-a-page/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 01:38:51 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[How to direct my page to another]]></category>
		<category><![CDATA[How to re-direct a web page]]></category>
		<category><![CDATA[How to transfer my page to another website]]></category>
		<category><![CDATA[Html code for redirection tag]]></category>
		<category><![CDATA[Html redirection code]]></category>
		<category><![CDATA[Redirection code]]></category>
		<category><![CDATA[Redirection meta tag]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=45</guid>
		<description><![CDATA[For a various number of reasons, webmasters need the redirection code to redirect their pages to other pages.  You will be using a Meta tag on this example of a Redirection code.  The code is as follows: &#60;meta http-equiv="Refresh" content="5; url=http://www.start-a-site.com"&#62; The code above tells the server to request &#8220;http://www.start-a-site.com&#8221; within 5 seconds. Feel free [...]]]></description>
			<content:encoded><![CDATA[<p>For a various number of reasons, webmasters need the redirection code to redirect their pages to other pages.  You will be using a Meta tag on this example of a Redirection code.  The code is as follows:</p>
<blockquote><p><code>&lt;meta http-equiv="Refresh" content="5; url=http://www.start-a-site.com"&gt;</code></p></blockquote>
<p>The code above tells the server to request &#8220;http://www.start-a-site.com&#8221; within 5 seconds. Feel free to change the values of &#8220;Content&#8221; and &#8220;URL&#8221; according to your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-redirect-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a Favicon</title>
		<link>http://www.start-a-site.com/how-to-make-a-favicon/</link>
		<comments>http://www.start-a-site.com/how-to-make-a-favicon/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 06:32:34 +0000</pubDate>
		<dc:creator>Haleet</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Necessary Tags]]></category>
		<category><![CDATA[Creating a free favicon]]></category>
		<category><![CDATA[How do I make a favicon]]></category>
		<category><![CDATA[How to build a cool favorites icon]]></category>
		<category><![CDATA[How to create a cool favicon]]></category>
		<category><![CDATA[How to create a favicon]]></category>
		<category><![CDATA[How to make a free favicon]]></category>
		<category><![CDATA[What is a favicon]]></category>

		<guid isPermaLink="false">http://www.start-a-site.com/?p=34</guid>
		<description><![CDATA[A Favicon (favorite icon) is the small image that appears in the URL bar before a website&#8217;s adress.  This article will explain how to make a Favicon.  It is also the icon that is saved beside the name of the website when you bookmark it. FavIcon gives your website a more professional look. It is [...]]]></description>
			<content:encoded><![CDATA[<p>A Favicon (favorite icon) is the small image that appears in the URL bar before a website&#8217;s adress.  This article will explain how to make a Favicon.  It is also the icon that is saved beside the name of the website when you bookmark it.</p>
<p>FavIcon gives your website a more professional look. It is also a good way to brand your website, as it usually carries the logo of your site. You can use the following steps to create a nice favicon for your professional looking website:</p>
<p>1. You are going to need a graphic creation program for this one. Photoshop is a good choice. However, you have to download the plugin called Windows Icon file format for Photoshop.  But of course, this is not a big problem, you can even use Paint to create your Favicon.</p>
<p>2. The size of a Favicon is merely 16 x 16 pixels. Create your image about that size.</p>
<p>3. You can also use a random image for a favicon, but is not recommended, you can make a bigger image and the browser will automatically shorten it for you.</p>
<p>4. Save the image and call it favicon.ico.</p>
<p>5. Upload the file in your hosting server. You can use FTP for this. Be sure that you put the file where the home page or the index.php page is located. Do not put the file in an images folder or any other sub-folder.</p>
<p>6. Now insert this code in the head section of your html files:</p>
<blockquote><p>&lt;link rel=”icon” href=”/favicon.ico” type=”image/x-icon”&gt;</p></blockquote>
<p>* You need to put this script inside the &lt;head&gt; &lt;/head&gt; code of each of your website’s pages, if you want all of them to carry the icon.</p>
<p>Let&#8217;s test our nice favicon. When you refresh your page, there should be a small icon appearing before the URL on the address bar. If it doesn’t show up, try to put a question mark at the end of the address to force the browser to refresh the page without consulting the cache.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.start-a-site.com/how-to-make-a-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
