<?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; hyperlinks</title>
	<atom:link href="http://buildasuccessfulwebsite.com/tag/hyperlinks/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>Hyperlinks</title>
		<link>http://buildasuccessfulwebsite.com/planning/hyperlinks</link>
		<comments>http://buildasuccessfulwebsite.com/planning/hyperlinks#comments</comments>
		<pubDate>Thu, 18 Feb 2010 04:53:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Planning]]></category>
		<category><![CDATA[hyperlinks]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=262</guid>
		<description><![CDATA[It is not very hard to add hyperlinks to your web site. Simply add a little bit of HTML to the code of your site where you want the link to appear. If you would like to link to buildasuccessfulwebsite here is the code you would add to your page. &#60;a href=&#8221;http://buildasuccessfulwebsite.com/&#8221; title=&#8221;build a successful [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>It is not very hard to add hyperlinks to your web site. Simply add a little bit of HTML to the code of your site where you want the link to appear.</p>
<p>If you would like to link to buildasuccessfulwebsite here is the code you would add to your page.</p>
<p>&lt;a href=&#8221;http://buildasuccessfulwebsite.com/&#8221; title=&#8221;build a successful website&#8221; target=&#8221;_blank&#8221;&gt;Build a Successful Website&lt;/a&gt;. &lt;a&gt; begins the hyperlink &lt;/a&gt; ends the link. Href is a short form for hyperlink reference. Do not forget the equal sign and the two quotation marks.</p>
<p>I have also included a title. This title will appear once you place your cursor on the hyperlink.</p>
<p>target=&#8221;_blank&#8221; tells a web browser to display the page in a new window.</p>
<p>The Words in between the opening and closing tags appear (usually underlined) on the page.  The link we have just created will look something like this (you can change the colour of the hyperlink in your CSS file):</p>
<p><a title="build a successful website" href="http://buildasuccessfulwebsite.com/" target="_blank">Build a Successful Website.<br />
</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/planning/hyperlinks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
