<?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>Make Money Online &#187; Html Basics</title>
	<atom:link href="http://www.mathewday.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mathewday.com</link>
	<description>Tips and Resources to Make Money Online</description>
	<lastBuildDate>Fri, 03 Sep 2010 20:15:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Html for Hyperlinks</title>
		<link>http://www.mathewday.com/2009/04/html-for-hyperlinks/</link>
		<comments>http://www.mathewday.com/2009/04/html-for-hyperlinks/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 14:51:12 +0000</pubDate>
		<dc:creator>MD</dc:creator>
				<category><![CDATA[Html Basics]]></category>
		<category><![CDATA[basic html]]></category>
		<category><![CDATA[html for hyperlink]]></category>

		<guid isPermaLink="false">http://www.mathewday.com/?p=179</guid>
		<description><![CDATA[One of the first basic Html codes you will need to know is the coding of Html for Hyperlink.  The Html for hyperlinks is not very complicated at all but you probably want to write it down somewhere cause you&#8217;ll be using this html code a lot.  I&#8217;m going to show you two different html [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first basic Html codes you will need to know is the coding of<strong> Html for Hyperlink</strong>.  The<strong> Html for hyperlinks</strong> is not very complicated at all but you probably want to write it down somewhere cause you&#8217;ll be using this html code a lot.  I&#8217;m going to show you two different html hyperlinks I use all the time.</p>
<p><span style="color: #333399;"><strong>Code for First Html Hyperlink:</strong></span></p>
<p>&lt;a href=&#8221;http://www.mathewday.com&#8221;&gt;Click Here&lt;/a&gt;</p>
<p>This is the most common type of hyperlink.  Now make sure you use the exact html hyperlink code above  and change the mathewday.com to whatever URL you want and the Click Here to whatever word you want them to click on.<span style="color: #ff0000;"><br />
</span></p>
<p>This is what the above html hyperlink above looks like.  Just hover your mouse above the Click Here and you&#8217;ll see the URL I used above in the bottom left corner of your monitor.<br />
<strong><a href="http://www.mathewday.com">Click Here</a></strong></p>
<p><span style="color: #000080;"><strong>Code for 2nd Html Hyperlink:</strong></span></p>
<p>&lt;a href=&#8221;http://www.mathewday.com&#8221;target=&#8221;_blank&#8221;&gt;Click Here&lt;/a&gt;</p>
<p>This<strong> Html for Hyperlink </strong>will open another window or pop up a new window when they click the hyperlink.  Make sure you use exact html coding above just change the mathewday.com and click here to what ever word you want to use.</p>
<p>The first one uses the same window and this hyperlink is useful for affiliate marketing or etc&#8230;. It&#8217;s useful because the website they were looking at will still be there even when they click on a link.  Here is what it looks like and click it and see how it opens a new window.  <strong><a href="http://www.mathewday.com" target="_blank">Click Here</a></strong></p>
<p>Now here I&#8217;ll break down the definitions for what the html code for the hyperlinks above is for:</p>
<p><span style="color: #0000ff;">a</span> &#8211; is for anchor and its leads the link to another page</p>
<p><span style="color: #0000ff;">href</span> &#8211; hypertext reference which tells browser where the link will take the visitor</p>
<p><span style="color: #0000ff;">&lt; &gt;</span> &#8211; these symbols just surround the Html code.</p>
<p><span style="color: #0000ff;">target=&#8221;_blank&#8221;</span> &#8211; just means to open up another window instead of the same one.</p>
<p>Now you know one of the most important html codes you will need for your sites or emails or whatever.  <span style="color: #ff0000;">Now remember</span> if you are using a writing tool and you can change from visual to html mode you will have to use the <strong>html for hyperlinks </strong>in the html mode and then click visual and you&#8217;ll see just the hyperlink.</p>
<p>Just test and try it out until you see just the hyper link that you want.  If you don&#8217;t see the hyperlink and you just see just the coding you probably forgot something or whatever your writing on doesn&#8217;t allow html coding.</p>
<p>cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mathewday.com/2009/04/html-for-hyperlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
