<?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>Shoutbux &#124; submit your thoughts &#187; Tutorial &#8211; HTML</title>
	<atom:link href="http://www.shoutbux.com/category/tutorial-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shoutbux.com</link>
	<description>Post your thoughts about IT, business, love and relationships, food, dining and a lot more!</description>
	<lastBuildDate>Wed, 28 Jul 2010 07:04:00 +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>About the Robots META tag</title>
		<link>http://www.shoutbux.com/about-the-robots-meta-tag/</link>
		<comments>http://www.shoutbux.com/about-the-robots-meta-tag/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:22:47 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html lessons]]></category>
		<category><![CDATA[html tutorial]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[noindex]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=897</guid>
		<description><![CDATA[In a nutshell You can use a special HTML &#60;META&#62; tag to tell robots not to index the content of a page, and/or not scan it for links to follow. For example: &#60;html&#62; &#60;head&#62; &#60;title&#62;...&#60;/title&#62; &#60;META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"&#62; &#60;/head&#62; There are two important considerations when using the robots tag: * robots can ignore your [...]]]></description>
			<content:encoded><![CDATA[<h3>In a nutshell</h3>
<p>You can use a special HTML <tt>&lt;META&gt;</tt> tag to tell robots not to index the content of a page, and/or not scan it for links to follow.</p>
<p>For example:</p>
<pre style="font-size: 1.3 em;  	color: blue; 	margin: 10px; 	padding:10px; 	background: #FFFFB3"><code>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;...&lt;/title&gt;
&lt;META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"&gt;
&lt;/head&gt;</code></pre>
<p>There are two important considerations when using the robots <META> tag:</p>
<p>    * robots can ignore your <META> tag. Especially malware robots that scan the web for security vulnerabilities, and email address harvesters used by spammers will pay no attention.<br />
    * the NOFOLLOW directive only applies to links on this page. It&#8217;s entirely likely that a robot might find the same links on some other page without a NOFOLLOW (perhaps on some other site), and so still arrives at your undesired page.</p>
<p>Don&#8217;t confuse this NOFOLLOW with the rel=&#8221;nofollow&#8221; link attribute.<br />
The details</p>
<p>Like the /robots.txt, the robots META tag is a de-facto standard. It originated from a &#8220;birds of a feather&#8221; meeting at a 1996 distributed indexing workshop, and was described in meeting notes.</p>
<p>The META tag is also described in the HTML 4.01 specification, Appendix B.4.1.</p>
<p>The rest of this page gives an overview of how to use the robots <META> tags in your pages, with some simple recipes. To learn more see also the FAQ.<br />
How to write a Robots Meta Tag<br />
Where to put it</p>
<p>Like any <META> tag it should be placed in the HEAD section of an HTML page, as in the example above. You should put it in every page on your site, because a robot can encounter a deep link to any page on your site.<br />
What to put into it</p>
<p>The &#8220;NAME&#8221; attribute must be &#8220;ROBOTS&#8221;.</p>
<p>Valid values for the &#8220;CONTENT&#8221; attribute are: &#8220;INDEX&#8221;, &#8220;NOINDEX&#8221;, &#8220;FOLLOW&#8221;, &#8220;NOFOLLOW&#8221;. Multiple comma-separated values are allowed, but obviously only some combinations make sense. If there is no robots <META> tag, the default is &#8220;INDEX,FOLLOW&#8221;, so there&#8217;s no need to spell that out. That leaves: </p>
<pre style="font-size: 1.3 em;  	color: blue; 	margin: 10px; 	padding:10px; 	background: #FFFFB3"><code>&lt;META NAME="ROBOTS" CONTENT="NOINDEX, FOLLOW"&gt;
&lt;META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW"&gt;
&lt;META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"&gt;</code></pre>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d897').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d897" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;submitHeadline=About+the+Robots+META+tag&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;title=About+the+Robots+META+tag" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;title=About+the+Robots+META+tag" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;title=About+the+Robots+META+tag" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;bm_description=About+the+Robots+META+tag" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;T=About+the+Robots+META+tag" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;title=About+the+Robots+META+tag" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;title=About+the+Robots+META+tag" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+About+the+Robots+META+tag+@+http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fabout-the-robots-meta-tag%2F&amp;t=About+the+Robots+META+tag" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d897').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/about-the-robots-meta-tag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML Images</title>
		<link>http://www.shoutbux.com/html-images/</link>
		<comments>http://www.shoutbux.com/html-images/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:55:06 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html img]]></category>
		<category><![CDATA[html lessons]]></category>
		<category><![CDATA[html tutorials]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=857</guid>
		<description><![CDATA[The Image Tag and the Src Attribute In HTML, images are defined with the < img > tag. The < img > tag is empty, which means that it contains attributes only and it has no closing tag. To display an image on a page, you need to use the src attribute. Src stands for [...]]]></description>
			<content:encoded><![CDATA[<p>The Image Tag and the Src Attribute</p>
<p>In HTML, images are defined with the < img > tag. </p>
<p>The < img > tag is empty, which means that it contains attributes only and it has no closing tag.</p>
<p>To display an image on a page, you need to use the src attribute. Src stands for &#8220;source&#8221;. The value of the src attribute is the URL of the image you want to display on your page.</p>
<p>The syntax of defining an image:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;img src="url" /&gt; </code></pre>
<p>The URL points to the location where the image is stored. An image named &#8220;boat.gif&#8221; located in the directory &#8220;images&#8221; on &#8220;www.w3schools.com&#8221; has the URL: http://www.w3schools.com/images/boat.gif.</p>
<p>The browser puts the image where the image tag occurs in the document. If you put an image tag between two paragraphs, the browser shows the first paragraph, then the image, and then the second paragraph.<br />
The Alt Attribute</p>
<p>The alt attribute is used to define an &#8220;alternate text&#8221; for an image. The value of the alt attribute is an author-defined text: </p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;img src="boat.gif" alt="Big Boat" /&gt; </code></pre>
<p>The &#8220;alt&#8221; attribute tells the reader what he or she is missing on a page if the browser can&#8217;t load images. The browser will then display the alternate text instead of the image. It is a good practice to include the &#8220;alt&#8221; attribute for each image on a page, to improve the display and usefulness of your document for people who have text-only browsers.</p>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d857').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d857" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;submitHeadline=HTML+Images&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;title=HTML+Images" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;title=HTML+Images" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;title=HTML+Images" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;bm_description=HTML+Images" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;T=HTML+Images" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;title=HTML+Images" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;title=HTML+Images" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+Images+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-images%2F&amp;t=HTML+Images" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d857').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Links</title>
		<link>http://www.shoutbux.com/html-links/</link>
		<comments>http://www.shoutbux.com/html-links/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:52:05 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html lessons]]></category>
		<category><![CDATA[html links]]></category>
		<category><![CDATA[html tutorials]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=854</guid>
		<description><![CDATA[A link is the "address" to a document (or a resource) on the web.]]></description>
			<content:encoded><![CDATA[<p>Hyperlinks, Anchors, and Links</p>
<p>In web terms, a hyperlink is a reference (an address) to a resource on the web.</p>
<p>Hyperlinks can point to any resource on the web: an HTML page, an image, a sound file, a movie, etc.</p>
<p>An anchor is a term used to define a hyperlink destination inside a document.</p>
<p>The HTML anchor element &lt;a>, is used to define both hyperlinks and anchors.</p>
<p>We will use the term HTML link when the &lt;a> element points to a resource, and the term HTML anchor when the &lt;a> elements defines an address inside a document..<br />
An HTML Link</p>
<p>Link syntax:</p>
<p>&lt;a href=&#8221;url&#8221;>Link text&lt;/a> </p>
<p>The start tag contains attributes about the link.</p>
<p>The element content (Link text) defines the part to be displayed.</p>
<p>Note: The element content doesn&#8217;t have to be text. You can link from an image or any other HTML element.<br />
The href Attribute</p>
<p>The href attribute defines the link &#8220;address&#8221;.</p>
<p>This &lt;a> element defines a link to Shoutbux:</p>
<p>&lt;a href=&#8221;http://www.shoutbux.com/&#8221;>Shoutbux!&lt;/a> </p>
<p>The target Attribute</p>
<p>The target attribute defines where the linked document will be opened.</p>
<p>The code below will open the document in a new browser window:</p>
<p>&lt;a href=&#8221;http://www.shoutbux.com/&#8221;<br />
target=&#8221;_blank&#8221;>Shoutbux&lt;/a> </p>
<p>The name Attribute</p>
<p>When the name attribute is used, the &lt;a> element defines a named anchor inside a HTML document.</p>
<p>Named anchor are not displayed in any special way. They are invisible to the reader.</p>
<p>Named anchor syntax:</p>
<p>&lt;a name=&#8221;label&#8221;>Any content&lt;/a> </p>
<p>The link syntax to a named anchor: </p>
<p>&lt;a href=&#8221;#label&#8221;>Any content&lt;/a></p>
<p>The # in the href attribute defines a link to a named anchor.</p>
<p>Example:</p>
<p>A named anchor inside an HTML document:</p>
<p>&lt;a name=&#8221;tips&#8221;>Useful Tips Section&lt;/a></p>
<p>A link to the Useful Tips Section from the same document: </p>
<p>&lt;a href=&#8221;#tips&#8221;><br />
Jump to the Useful Tips Section&lt;/a></p>
<p>A link to the Useful Tips Section from another document:</p>
<p>&lt;a href=&#8221;http://www.shoutbux.com/html_tutorial.htm#tips&#8221;><br />
Jump to the Useful Tips Section&lt;/a></p>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d854').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d854" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;submitHeadline=HTML+Links&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;title=HTML+Links" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;title=HTML+Links" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;title=HTML+Links" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;bm_description=HTML+Links" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;T=HTML+Links" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;title=HTML+Links" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;title=HTML+Links" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+Links+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-links%2F&amp;t=HTML+Links" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d854').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Text Formatting</title>
		<link>http://www.shoutbux.com/html-text-formatting/</link>
		<comments>http://www.shoutbux.com/html-text-formatting/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 13:40:39 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html lesson]]></category>
		<category><![CDATA[HTML Text Formatting]]></category>
		<category><![CDATA[html tutorial]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=847</guid>
		<description><![CDATA[HTML Formatting Tags HTML uses tags like &#60;b&#62; and &#60;i&#62; for formatting output, like bold or italic text. These HTML tags are called formatting tags. Refer to the bottom of this page for a complete reference. Text Formatting Tags Tag Description &#60;b&#62; Defines bold text &#60;big&#62; Defines big text &#60;em&#62; Defines emphasized text &#60;i&#62; Defines [...]]]></description>
			<content:encoded><![CDATA[<h2>HTML Formatting Tags</h2>
<p>HTML uses tags like &lt;b&gt; and &lt;i&gt; for formatting output, like <strong>bold</strong> or <em>italic</em> text.</p>
<p>These HTML tags are called formatting tags.</p>
<p>Refer to the bottom of this page for a complete reference.</p>
<h2>Text Formatting Tags</h2>
<table style="height: 258px;" border="1" cellspacing="0" width="407">
<tbody>
<tr>
<th width="20%" align="left">Tag</th>
<th width="80%" align="left">Description</th>
</tr>
<tr>
<td>&lt;b&gt;</td>
<td>Defines bold text</td>
</tr>
<tr>
<td>&lt;big&gt;</td>
<td>Defines big text</td>
</tr>
<tr>
<td>&lt;em&gt;</td>
<td>Defines emphasized text</td>
</tr>
<tr>
<td>&lt;i&gt;</td>
<td>Defines italic text</td>
</tr>
<tr>
<td>&lt;small&gt;</td>
<td>Defines small text</td>
</tr>
<tr>
<td>&lt;strong&gt;</td>
<td>Defines strong text</td>
</tr>
<tr>
<td>&lt;sub&gt;</td>
<td>Defines subscripted text</td>
</tr>
<tr>
<td>&lt;sup&gt;</td>
<td>Defines superscripted text</td>
</tr>
<tr>
<td>&lt;ins&gt;</td>
<td>Defines inserted text</td>
</tr>
<tr>
<td>&lt;del&gt;</td>
<td>Defines deleted text</td>
</tr>
<tr>
<td>&lt;s&gt;</td>
<td>Deprecated. Use &lt;del&gt; instead</td>
</tr>
<tr>
<td>&lt;strike&gt;</td>
<td>Deprecated. Use &lt;del&gt; instead</td>
</tr>
<tr>
<td>&lt;u&gt;</td>
<td>Deprecated. Use styles instead</td>
</tr>
</tbody>
</table>
<h2>&#8220;Computer Output&#8221; Tags</h2>
<table style="height: 186px;" border="1" cellspacing="0" width="405">
<tbody>
<tr>
<th width="20%" align="left">Tag</th>
<th width="80%" align="left">Description</th>
</tr>
<tr>
<td>&lt;code&gt;</td>
<td>Defines computer code text</td>
</tr>
<tr>
<td>&lt;kbd&gt;</td>
<td>Defines keyboard text</td>
</tr>
<tr>
<td>&lt;samp&gt;</td>
<td>Defines sample computer code</td>
</tr>
<tr>
<td>&lt;tt&gt;</td>
<td>Defines teletype text</td>
</tr>
<tr>
<td>&lt;var&gt;</td>
<td>Defines a variable</td>
</tr>
<tr>
<td>&lt;pre&gt;</td>
<td>Defines preformatted text</td>
</tr>
<tr>
<td>&lt;listing&gt;</td>
<td>Deprecated. Use &lt;pre&gt; instead</td>
</tr>
<tr>
<td>&lt;plaintext&gt;</td>
<td>Deprecated. Use &lt;pre&gt; instead</td>
</tr>
<tr>
<td>&lt;xmp&gt;</td>
<td>Deprecated. Use &lt;pre&gt; instead</td>
</tr>
</tbody>
</table>
<h2>Citations, Quotations, and Definition Tags</h2>
<table style="height: 168px;" border="1" cellspacing="0" width="403">
<tbody>
<tr>
<th width="20%" align="left">Tag</th>
<th width="80%" align="left">Description</th>
</tr>
<tr>
<td>&lt;abbr&gt;</td>
<td>Defines an abbreviation</td>
</tr>
<tr>
<td>&lt;acronym&gt;</td>
<td>Defines an acronym</td>
</tr>
<tr>
<td>&lt;address&gt;</td>
<td>Defines an address element</td>
</tr>
<tr>
<td>&lt;bdo&gt;</td>
<td>Defines the text direction</td>
</tr>
<tr>
<td>&lt;blockquote&gt;</td>
<td>Defines a long quotation</td>
</tr>
<tr>
<td>&lt;q&gt;</td>
<td>Defines a short quotation</td>
</tr>
<tr>
<td>&lt;cite&gt;</td>
<td>Defines a citation</td>
</tr>
<tr>
<td>&lt;dfn&gt;</td>
<td>Defines a definition term</td>
</tr>
</tbody>
</table>
<p><script type="text/javascript">// <![CDATA[
         google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d847').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d847" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;submitHeadline=HTML+Text+Formatting&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;title=HTML+Text+Formatting" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;title=HTML+Text+Formatting" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;title=HTML+Text+Formatting" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;bm_description=HTML+Text+Formatting" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;T=HTML+Text+Formatting" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;title=HTML+Text+Formatting" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;title=HTML+Text+Formatting" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+Text+Formatting+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-text-formatting%2F&amp;t=HTML+Text+Formatting" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d847').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-text-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Paragraphs</title>
		<link>http://www.shoutbux.com/html-paragraphs/</link>
		<comments>http://www.shoutbux.com/html-paragraphs/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:52:39 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html breaks]]></category>
		<category><![CDATA[html lessons]]></category>
		<category><![CDATA[html paragraphs]]></category>
		<category><![CDATA[html tutorials]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=841</guid>
		<description><![CDATA[HTML documents are divided into paragraphs.]]></description>
			<content:encoded><![CDATA[<p>HTML Paragraphs</p>
<p>Paragraphs are defined with the < p > tag.</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;p&gt;This is a paragraph&lt;/p&gt;
&lt;p&gt;This is another paragraph&lt;/p&gt; </code></pre>
<p>Note: Browsers automatically adds an empty line before and after paragraphs.</p>
<p>Don&#8217;t Forget the End Tag</p>
<p>Most browsers will display HTML correctly even if you forget the end tag:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;p&gt;This is a paragraph
&lt;p&gt;This is another paragraph </code></pre>
<p>The example above will work in most browsers, but don&#8217;t rely on it. Forgetting the end tag can produce unexpected results or errors.</p>
<p>Note: Future version of HTML will not allow you to skip end tags.</p>
<p>HTML Line Breaks</p>
<p>Use the < br /> tag if you want a line break (a new line) without starting a new paragraph:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;p&gt;This is&lt;br /&gt;a para&lt;br /&gt;graph with line breaks&lt;/p&gt; </code></pre>
<p>The < br /> element is an empty HTML element. It has no end tag.<br />
< br > or < br /></p>
<p>In XHTML, XML, and future versions of HTML, HTML elements with no end tag (closing tag) are not allowed.</p>
<p>Even if < br > works in all browsers, writing < br /> instead is more future proof.</p>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d841').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d841" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;submitHeadline=HTML+Paragraphs&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;title=HTML+Paragraphs" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;title=HTML+Paragraphs" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;title=HTML+Paragraphs" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;bm_description=HTML+Paragraphs" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;T=HTML+Paragraphs" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;title=HTML+Paragraphs" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;title=HTML+Paragraphs" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+Paragraphs+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-paragraphs%2F&amp;t=HTML+Paragraphs" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d841').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-paragraphs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Headings</title>
		<link>http://www.shoutbux.com/html-headings/</link>
		<comments>http://www.shoutbux.com/html-headings/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:47:13 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html headings]]></category>
		<category><![CDATA[html lessons]]></category>
		<category><![CDATA[html tutorials]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=839</guid>
		<description><![CDATA[Headings are important in HTML documents.]]></description>
			<content:encoded><![CDATA[<p>HTML Headings</p>
<p>Headings are defined with the < h1 > to < h6 > tags.</p>
<p>< h1 > defines the largest heading. < h6 > defines the smallest heading.</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;h1&gt;This is a heading&lt;/h1&gt;
&lt;h2&gt;This is a heading&lt;/h2&gt;
&lt;h3&gt;This is a heading&lt;/h3&gt; </code></pre>
<p>Note: Browsers automatically add an empty line before and after headings.<br />
Headings Are Important</p>
<p>Use HTML headings for headings only. Don&#8217;t use headings to make text BIG or bold.</p>
<p>Search engines use your headings to index the structure and content of your web pages.</p>
<p>Since users may skim your pages by its headings, it is important to use headings to show the document structure.</p>
<p>H1 headings should be used as main headings, followed by H2 headings, then less important H3 headings, and so on.<br />
HTML Rules (Lines)</p>
<p>The < hr /> tag is used to create an horizontal rule (line).</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;p&gt;This is a paragraph&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;This is a paragraph&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;This is a paragraph&lt;/p&gt; </code></pre>
<p>HTML Comments</p>
<p>Comments can be inserted in the HTML code to make it more readable and understandable. Comments are ignored by the browser and are not displayed.</p>
<p>Comments are written like this:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;! -- This is a comment --&gt;</code></pre>
<p>Note: There is an exclamation point after the opening bracket, but not before the closing bracket.<br />
HTML Tip &#8211; How to View HTML Source</p>
<p>Have you ever seen a Web page and wondered &#8220;Hey! How did they do that?&#8221;</p>
<p>To find out, right-click in the page and select &#8220;View Source&#8221; (IE) or &#8220;View Page Source&#8221; (Firefox) or similar for other browsers. This will open a window that shows you the HTML code of the page.</p>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d839').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d839" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;submitHeadline=HTML+Headings&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;title=HTML+Headings" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;title=HTML+Headings" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;title=HTML+Headings" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;bm_description=HTML+Headings" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;T=HTML+Headings" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;title=HTML+Headings" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;title=HTML+Headings" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+Headings+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-headings%2F&amp;t=HTML+Headings" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d839').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-headings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Attributes</title>
		<link>http://www.shoutbux.com/html-attributes/</link>
		<comments>http://www.shoutbux.com/html-attributes/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:44:20 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[html lessons]]></category>
		<category><![CDATA[html tutorial]]></category>
		<category><![CDATA[World Wide Web Consortium]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=837</guid>
		<description><![CDATA[Attributes provide additional information about HTML elements.]]></description>
			<content:encoded><![CDATA[<p>HTML Attributes</p>
<p>    * HTML elements can have attributes<br />
    * Attributes provide additional information about the element<br />
    * Attributes are always specified in the start tag<br />
    * Attributes come in name/value pairs like: name=&#8221;value&#8221;</p>
<p>Attribute Example</p>
<p>HTML links are defined with the < a > tag. The link address is provided as an attribute:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt; a href="http://www.w3schools.com"&gt;This is a link&lt; /a&gt; </code></pre>
<p>Always Quote Attribute Values</p>
<p>Attribute values should always be enclosed in quotes.</p>
<p>Double style quotes are the most common, but single style quotes are also allowed.</p>
<p>In some rare situations, like when the attribute value itself contains quotes, it is necessary to use single quotes:</p>
<p>name=&#8217;John &#8220;ShotGun&#8221; Nelson&#8217;<br />
HTML Tip: Use Lowercase Attributes</p>
<p>Attribute names and attribute values are case-insensitive.</p>
<p>However, the World Wide Web Consortium (W3C) recommends lowercase attributes/attribute values in their HTML 4 recommendation</p>
<p>Newer versions of (X)HTML will demand lowercase attributes.</p>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d837').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d837" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;submitHeadline=HTML+Attributes&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;title=HTML+Attributes" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;title=HTML+Attributes" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;title=HTML+Attributes" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;bm_description=HTML+Attributes" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;T=HTML+Attributes" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;title=HTML+Attributes" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;title=HTML+Attributes" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+Attributes+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-attributes%2F&amp;t=HTML+Attributes" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d837').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Elements</title>
		<link>http://www.shoutbux.com/html-elements/</link>
		<comments>http://www.shoutbux.com/html-elements/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 13:07:55 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html elements]]></category>
		<category><![CDATA[html tutorial]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=831</guid>
		<description><![CDATA[HTML Elements An HTML element is everything from the start tag to the end tag: HTML Element Syntax * An HTML element starts with a start tag / opening tag * An HTML element ends with an end tag / closing tag * The element content is everything between the start and the end tag [...]]]></description>
			<content:encoded><![CDATA[<p>HTML Elements</p>
<p>An HTML element is everything from the start tag to the end tag:</p>
<p>HTML Element Syntax</p>
<p>    * An HTML element starts with a start tag / opening tag<br />
    * An HTML element ends with an end tag / closing tag<br />
    * The element content is everything between the start and the end tag<br />
    * Some HTML elements have empty content<br />
    * Empty elements are closed in the start tag<br />
    * Most HTML elements can have attributes</p>
<p>Nested HTML Elements</p>
<p>Most HTML elements can be nested (can contain other HTML elements).</p>
<p>HTML documents consist of nested HTML elements.</p>
<p>HTML Document Example</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;html&gt;

&lt;body&gt;
&lt;p&gt;This is my first paragraph&lt;/p&gt;
&lt;/body&gt;

&lt;/html&gt;</code></pre>
<p>The example above contains 3 HTML elements.</p>
<p>Example Explained<br />
The < p > element:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;p&gt;This is my first paragraph&lt;/p&gt; </code></pre>
<p>The < p > element defines a paragraph in the HTML document<br />
The element has a start tag < p > and an end tag </ p><br />
The element content is: This is my first paragraph<br />
The < body > element:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;body&gt;
&lt;p&gt;This is my first paragraph&lt;/p&gt;
&lt;/body&gt; </code></pre>
<p>The < body > element defines the body of the HTML document<br />
The element has a start tag < body > and an end tag </ body ><br />
The element content is another HTML element (a paragraph)<br />
The < html > element:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;html&gt;

&lt;body&gt;
&lt;p&gt;This is my first paragraph&lt;/p&gt;
&lt;/body&gt;

&lt;/html&gt; </code></pre>
<p>The < html > element defines the whole HTML document.<br />
The element has a start tag < html > and an end tag </ html ><br />
The element content is another HTML element (the body)<br />
Don&#8217;t Forget the End Tag</p>
<p>Most browsers will display HTML correctly even if you forget the end tag:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;p&gt;This is a paragraph
&lt;p&gt;This is a paragraph </code></pre>
<p>The example above will work in most browsers, but don&#8217;t rely on it. Forgetting the end tag can produce unexpected results or errors.</p>
<p>Note: Future version of HTML will not allow you to skip end tags.<br />
Empty HTML Elements</p>
<p>HTML elements without content are called empty elements. Empty elements can be closed in the start tag.</p>
<p>< br > is an empty element without a closing tag (it defines a line break).</p>
<p>In XHTML, XML, and future versions of HTML, all elements must be closed.</p>
<p>Adding a slash to the start tag, like < br />, is the proper way of closing empty elements, accepted by HTML, XHTML and XML.</p>
<p>Even if < br > works in all browsers, writing < br /> instead is more future proof.</p>
<p>HTML Tip: Use Lowercase Tags</p>
<p>HTML tags are not case sensitive: < P > means the same as < p >. Plenty of web sites use uppercase HTML tags in their pages.</p>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d831').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d831" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;submitHeadline=HTML+Elements&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;title=HTML+Elements" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;title=HTML+Elements" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;title=HTML+Elements" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;bm_description=HTML+Elements" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;T=HTML+Elements" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;title=HTML+Elements" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;title=HTML+Elements" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+Elements+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-elements%2F&amp;t=HTML+Elements" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d831').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Basic</title>
		<link>http://www.shoutbux.com/html-basic/</link>
		<comments>http://www.shoutbux.com/html-basic/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 13:01:48 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html headings]]></category>
		<category><![CDATA[html img]]></category>
		<category><![CDATA[html links]]></category>
		<category><![CDATA[html paragraphs]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=829</guid>
		<description><![CDATA[HTML Headings HTML headings are defined with the < h1 > to < h6 > tags. &#60;h1&#62;This is a heading&#60;/h1&#62; &#60;h2&#62;This is a heading&#60;/h2&#62; &#60;h3&#62;This is a heading&#60;/h3&#62; HTML Paragraphs HTML paragraphs are defined with the < p > tag. &#60;p&#62;This is a paragraph&#60;/p&#62; &#60;p&#62;This is another paragraph&#60;/p&#62; HTML Links HTML links are defined with [...]]]></description>
			<content:encoded><![CDATA[<p><strong>HTML Headings</strong></p>
<p>HTML headings are defined with the < h1 > to < h6 > tags.</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;h1&gt;This is a heading&lt;/h1&gt;
&lt;h2&gt;This is a heading&lt;/h2&gt;
&lt;h3&gt;This is a heading&lt;/h3&gt; </code></pre>
<p><strong>HTML Paragraphs</strong></p>
<p>HTML paragraphs are defined with the < p > tag.</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;p&gt;This is a paragraph&lt;/p&gt;
&lt;p&gt;This is another paragraph&lt;/p&gt; </code></pre>
<p><strong>HTML Links</strong></p>
<p>HTML links are defined with the < a > tag.</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code><a href="http://www.w3schools.com">This is a link</a> </code></pre>
<p>HTML Images</p>
<p>HTML images are defined with the < img > tag.</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;img src="w3schools.jpg" width="104" height="142" /&gt; </code></pre>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d829').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d829" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;submitHeadline=HTML+Basic&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;title=HTML+Basic" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;title=HTML+Basic" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;title=HTML+Basic" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;bm_description=HTML+Basic" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;T=HTML+Basic" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;title=HTML+Basic" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;title=HTML+Basic" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+Basic+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-basic%2F&amp;t=HTML+Basic" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d829').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML &#8211; Introduction</title>
		<link>http://www.shoutbux.com/html-introduction/</link>
		<comments>http://www.shoutbux.com/html-introduction/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 12:49:57 +0000</pubDate>
		<dc:creator>zemog</dc:creator>
				<category><![CDATA[Tutorial - HTML]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[hyper text markup language]]></category>

		<guid isPermaLink="false">http://www.shoutbux.com/?p=824</guid>
		<description><![CDATA[What is HTML?]]></description>
			<content:encoded><![CDATA[<p>What is HTML?</p>
<p>HTML is a language for describing web pages.</p>
<p>    * HTML stands for Hyper Text Markup Language<br />
    * HTML is not a programming language, it is a markup language<br />
    * A markup language is a set of markup tags<br />
    * HTML uses markup tags to describe web pages </p>
<p>HTML Tags</p>
<p>HTML markup tags are usually called HTML tags</p>
<p>    * HTML tags are keywords surrounded by angle brackets like < html ><br />
    * HTML tags normally come in pairs like < b > and </ b ><br />
    * The first tag in a pair is the start tag, the second tag is the end tag<br />
    * Start and end tags are also called opening tags and closing tags</p>
<p>HTML Documents = Web Pages</p>
<p>    * HTML documents describe web pages<br />
    * HTML documents contain HTML tags and plain text<br />
    * HTML documents are also called web pages</p>
<p>The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page:</p>
<pre style="font-size: 1.3 em;
 	color: blue;
	margin: 10px;
	padding:10px;
	background: #FFFFB3"><code>&lt;html&gt;
&lt;body&gt;

&lt;h1&gt;My First Heading&lt;/h1&gt;

&lt;p&gt;My first paragraph&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;</code></pre>
<p>Explanation:</p>
<p>    * The text between < html > and </ html > describes the web page<br />
    * The text between < body > and </ body > is the visible page content<br />
    * The text between < h1 > and </ h1 > is displayed as a heading<br />
    * The text between < p > and </ p > is displayed as a paragraph</p>
<p><script type="text/javascript">// <![CDATA[
        google_ad_client = "pub-9932804508693643"; /* 468x60_shoutbux */ google_ad_slot = "0201046266"; google_ad_width = 468; google_ad_height = 60;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d824').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d824" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;submitHeadline=HTML+%26%238211%3B+Introduction&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;title=HTML+%26%238211%3B+Introduction" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;title=HTML+%26%238211%3B+Introduction" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;title=HTML+%26%238211%3B+Introduction" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;bm_description=HTML+%26%238211%3B+Introduction" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;T=HTML+%26%238211%3B+Introduction" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;title=HTML+%26%238211%3B+Introduction" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;title=HTML+%26%238211%3B+Introduction" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+HTML+%26%238211%3B+Introduction+@+http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.shoutbux.com%2Fhtml-introduction%2F&amp;t=HTML+%26%238211%3B+Introduction" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.shoutbux.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d824').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.shoutbux.com/html-introduction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
