<?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>SiteShrine Blog &#187; Tutorials</title>
	<atom:link href="http://siteshrine.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://siteshrine.net</link>
	<description></description>
	<lastBuildDate>Fri, 10 Jun 2011 17:08:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Mailto html and Mail Form Code</title>
		<link>http://siteshrine.net/2010/01/21/mailto-html-and-mail-form-code/</link>
		<comments>http://siteshrine.net/2010/01/21/mailto-html-and-mail-form-code/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 14:04:42 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[contact link]]></category>
		<category><![CDATA[email form]]></category>
		<category><![CDATA[email link]]></category>
		<category><![CDATA[html contact]]></category>
		<category><![CDATA[mailto html]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=225</guid>
		<description><![CDATA[If you need a means of contact for your site visitors you have 2 simple options 1. an email contact link or 2. an email contact form. mailto: html code to create an email link the mailto: attribute of the &#60;a&#62; tag is used &#60;a href=&#8220;mailto:someone@their-email.comtheir-email.com&#8220;&#62;email&#60;/a&#62; a subject can also be included using the ?subject [...]]]></description>
			<content:encoded><![CDATA[<h2>If you need a means of contact for your site visitors you have 2 simple options 1. an email contact link or 2. an email contact form.</h2>
<h1><strong>mailto: html code</strong></h1>
<p><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong> to create an email link the <span style="color: #800000;">mailto:</span> attribute of the <span style="color: #800000;"><strong>&lt;</strong>a<strong>&gt;</strong></span> tag is used <span style="color: #800000;"> <strong>&lt;</strong>a href=<strong>&#8220;</strong>mailto:someone@their-email.com</span></strong></span><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong><span style="color: #800000;">their-email</span></strong></span><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong><span style="color: #800000;">.com<strong>&#8220;</strong><strong>&gt;</strong><span style="color: #800000;"><a href="mailto:someone@their-email.com">email</a></span><strong>&lt;</strong>/a<strong>&gt;</strong></span> a subject can also be included using the <span style="color: #800000;">?subject</span> attribute <span style="color: #800000;"> <strong>&lt;</strong>a href=<strong>&#8220;</strong>mailto:someone@their-email.com?subject=free chocolate<strong>&#8220;</strong><strong>&gt;</strong><a href="mailto:someone@their-email.com?subject=Sample">email</a><strong>&lt;</strong>/a<strong>&gt;</strong></span>&lt;</strong></span> <strong> </strong></p>
<h1><span style="color: #000000;">simple mailto form</span></h1>
<p><strong><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong> Add this simple mailto form to your webpage and allow user&#8217;s to send their comments, just cut and paste the example html code below into your html document </strong></span></strong><strong><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong> </strong></span></strong></p>
<form action="mailto:someone@their-email.com" enctype="text/plain" method="POST"> <strong><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong><br />
<input name="username" size="12" type="text" /> : name</strong><strong><br />
<input name="email" size="12" type="text" /> : email comments <textarea id="newarea" cols="40" rows="10" name="COMMENTS"></textarea><br />
<input name="NEXT-URL" type="hidden" value="index.html" />
<input type="reset" value="Send" />
<input type="reset" value="Clear" /></strong> </span></strong></form>
<p><strong><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong> cut and paste this mailto form code to your own webpage. Of course change the <span style="color: #800000;">email address</span> to your own as well as the <span style="color: #800000;">URL</span> in the hidden input </strong></span></strong></p>
<p><!-- ** DISPLAY HTML CODE ** --><span style="font-family: arial; color: #000000; font-size: x-small;"><strong> <strong>&lt;</strong>CENTER<strong>&gt;</strong> <strong>&lt;</strong>FORM METHOD=POST ACTION=&#8221;mailto:<span style="color: #800000;">someone@</span></strong></span><span style="color: #800000;"><strong>their-email</strong></span><span style="font-family: arial; color: #000000; font-size: x-small;"><strong><span style="color: #800000;">.com</span>&#8221; ENCTYPE=&#8221;text/plain&#8221;<strong>&gt;</strong> <strong>&lt;</strong>INPUT TYPE=&#8221;text&#8221; NAME=&#8221;username&#8221;<strong>&gt;</strong> : name <strong>&lt;</strong>BR<strong>&gt;</strong> <strong>&lt;</strong>INPUT TYPE=&#8221;text&#8221; NAME=&#8221;email&#8221;<strong>&gt;</strong> : email <strong>&lt;</strong>BR<strong>&gt;</strong> comments            <strong>&lt;</strong>BR<strong>&gt;</strong> <strong>&lt;</strong>TEXTAREA NAME=&#8221;COMMENTS&#8221; ROWS=&#8221;10&#8243; WRAP=&#8221;hard&#8221;<strong>&gt;</strong> <strong>&lt;</strong>/TEXTAREA<strong>&gt;</strong> <strong>&lt;</strong>INPUT NAME=&#8221;redirect&#8221; TYPE=&#8221;hidden&#8221; VALUE=&#8221;<span style="color: #800000;">index.html</span>&#8220;<strong>&gt;</strong> <strong>&lt;</strong>INPUT NAME=&#8221;NEXT_URL&#8221; TYPE=&#8221;hidden&#8221; VALUE=&#8221;<span style="color: #800000;">index.html</span>&#8220;<strong>&gt;</strong> <strong>&lt;</strong>BR<strong>&gt;</strong> <strong>&lt;</strong>INPUT TYPE=&#8221;submit&#8221; VALUE=&#8221;Send&#8221;<strong>&gt;</strong> <strong>&lt;</strong>INPUT TYPE=&#8221;reset&#8221; VALUE=&#8221;Clear&#8221;<strong>&gt;</strong> <strong>&lt;</strong>/FORM<strong>&gt;</strong> <strong>&lt;</strong>/CENTER<strong>&gt;</strong> <strong>&lt;</strong>!&#8211; END OF FORM &#8211;<strong>&gt;</strong></strong></span></p>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=225&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2010/01/21/mailto-html-and-mail-form-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess Redirect</title>
		<link>http://siteshrine.net/2009/12/31/htaccess-redirect/</link>
		<comments>http://siteshrine.net/2009/12/31/htaccess-redirect/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 14:06:37 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[.htaccess redirect]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htaccess redirection]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=223</guid>
		<description><![CDATA[The easiest way to redirect your visitors from one site to another or one page to another is to use an .htaccess redirect. This has no delay since before a page is loaded in the browser the server first checks for an .htaccess file. If an htaccess then is detected the old page/site never loads, [...]]]></description>
			<content:encoded><![CDATA[<p>The easiest way to redirect your visitors from one site to another or one page to another is to use an .htaccess redirect. This has no delay since before a page is loaded in the browser the server first checks for an .htaccess file. If an htaccess then is detected the old page/site never loads, instead visitors are sent directly to the new page/site.</p>
<p>Here are a few well documented methods to redirect:</p>
<h3>Important notes about htaccess redirection</h3>
<ol>
<li>Always be sure to upload .htaccess files in ascii mode, loading it in binary will cause it to not function.</li>
<li>.htaccess only works on a Linux server.</li>
<li>Make sure you triple check your changes. Clear your cache and look, test the server headers to make sure you see a 301 (that means its permanent) not a 302 (temporary) unless you are absolutely sure you really mean temporary.</li>
<li>Since some operating systems don&#8217;t allow you to make a file without something before the &#8220;.&#8221; you may need to save it as something.htaccess, some may even have to save it as htaccess.txt and change it once you&#8217;ve uploaded it.</li>
<li> Make sure your ftp program will show .htaccess files (<a href="http://sourceforge.net/projects/filezilla">FileZilla</a> does and is free).</li>
<li>Double check that you&#8217;re not overwriting an old htaccess (some servers already place one there for your custom 404 pages etc.)</li>
<li> Make sure you replace sample.com with your own sites URL</li>
</ol>
<h2>301 Redirect Examples</h2>
<h3>To Move a single page</h3>
<div><textarea cols="65" rows="2">Redirect 301 /oldpage.html http://www.example.com/newpage.html </textarea></div>
<h3>To Move an entire site</h3>
<div><textarea cols="65" rows="2">Redirect 301 / http://www.example.com/ </textarea></div>
<h3>Changed file extension?</h3>
<p>This example is perfect if you&#8217;ve decided to switch to .php from .html pages. It will look for any .html page and redirect it to .php (ie http://www.example.com/yourpage.html and redirect it to http://www.example.com/yourpage.php). Be careful with this, it does mean <em>any</em> html page.</p>
<div><textarea cols="65" rows="2">RedirectMatch 301 (.*).html$ http://www.example.com$1.php </textarea></div>
<h3>Redirect www to non www version of site</h3>
<p>It&#8217;s best to stick with either always using www.example.com or just example.com. Allowing both can confuse the search engines. So here&#8217;s how to force your site to always show the non-www version. (Search for &#8220;canonical url errors&#8221; in your favorite search engine for more info.)</p>
<p><strong>Note:</strong> If you do use either of the next 2 codes below, and use a secure server (ie. https:) be sure to check that it <em>doesn&#8217;t</em> redirect the secure to the insecure version.</p>
<div><textarea cols="65" rows="5">Options +FollowSymLinks  RewriteEngine on RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^example.com RewriteRule (.*) http://example.com/$1 [R=301,L] </textarea></div>
<h3>Redirect non-www to www</h3>
<p>Same as above except in the reverse, this one forces the www. into your url.</p>
<div><textarea cols="65" rows="5">Options +FollowSymLinks  RewriteEngine on  RewriteCond %{HTTP_HOST} ^yoursite.com [NC]  RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301] </textarea></div>
<h3>Redirect example.com/index.php to example.com/</h3>
<p>Another snippet that is a good idea to make sure search engines don&#8217;t give you a duplicate content penalty, this will also redirect example.com/folder/index.php to example.com/folder/.</p>
<div><textarea cols="65" rows="5">Options +FollowSymLinks RewriteEngine on # index.php to / RewriteCond %{THE_REQUEST} ^[A-Z]{3, 9} /.*index.php HTTP/ RewriteRule ^(.*)index.php$ /$1 [R=301,L] </textarea></div>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=223&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2009/12/31/htaccess-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Info on Server</title>
		<link>http://siteshrine.net/2009/12/31/php-info-on-server/</link>
		<comments>http://siteshrine.net/2009/12/31/php-info-on-server/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 13:47:12 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[phpinfo]]></category>
		<category><![CDATA[server modules]]></category>
		<category><![CDATA[server settings]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=219</guid>
		<description><![CDATA[Sometimes it becomes necessary to compare your hosts server features and settings to determine compatibility with your script. When this situation arises just complete the following process: 1. Open notepad and paste the following line of code: &#60;?php phpinfo(); ?&#62; 2. Save the file as phpinfo.php 3. Upload the file to the root of your [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it becomes necessary to compare your hosts server features and settings to determine compatibility with your script. When this situation arises just complete the following process:</p>
<p>1. Open notepad and paste the following line of code:</p>
<p>&lt;?php phpinfo(); ?&gt;</p>
<p>2. Save the file as phpinfo.php</p>
<p>3. Upload the file to the root of your website</p>
<p>4. Go to www . yourdomain.com/phpinfo.php</p>
<p>Sample:</p>
<p><a title="phpinfo" href="http://www.siteshrine.com/phpinfo.php" target="_blank">www.siteshrine.com/phpinfo.php</a></p>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=219&type=feed" alt="" />            <a href="http://twitter.com/share" class="twitter-share-button" data-count="" data-text="PHP Info on Server" data-via="" data-url="http://siteshrine.net/2009/12/31/php-info-on-server/" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2009/12/31/php-info-on-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Clear Your Cache</title>
		<link>http://siteshrine.net/2009/11/08/clear-your-cache-instructions/</link>
		<comments>http://siteshrine.net/2009/11/08/clear-your-cache-instructions/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:36:31 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[clear cache]]></category>
		<category><![CDATA[clear cookies]]></category>
		<category><![CDATA[delete temporary files]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[turnkey website]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=187</guid>
		<description><![CDATA[Every time you visit a website your computer caches or stores files including images. These files take up space and can cause your browser not operate as efficiently as it should. Also if you are a webmaster you may make a change to your website but not see the changes as your computer has cached [...]]]></description>
			<content:encoded><![CDATA[<p>Every time you visit a website your computer caches or stores files including images. These files take up space and can cause your browser not operate as efficiently as it should. Also if you are a webmaster you may make a change to your website but not see the changes as your computer has cached the site on your browser so instead of reloading it you get the original cached version.</p>
<p>Here is how you clear your cache for various browsers:</p>
<h3>Internet Explorer 8</h3>
<ol id="id2504884">
<li>From the <strong><code>Safety</code></strong> menu in the upper right, click <strong><code>Delete Browsing History... </code></strong>.</li>
<li>Check <strong><code>Temporary Internet files</code></strong>, <strong><code>Cookies</code></strong>, and <strong><code>History</code></strong>, and then click <strong><code>Delete</code></strong>.</li>
</ol>
<p><a name="ie7" href="http://kb.iu.edu/index.cgi"></a></p>
<h3>Internet Explorer 7</h3>
<ol id="id2484634">
<li>From the <strong><code>Tools</code></strong> menu in the upper right, select <strong><code>Delete Browsing History</code></strong>.</li>
<li>Next to &#8220;Temporary Internet Files&#8221;, click <strong><code>Delete files... </code></strong>.To delete your cookies, click <strong><code>Delete Cookies</code></strong>.</li>
<li>Click <strong><code>Close</code></strong>, and then click <strong><code>OK</code></strong> to exit.</li>
</ol>
<p><a name="fire35w" href="http://kb.iu.edu/index.cgi"></a></p>
<h3>Firefox 3.5 for Windows</h3>
<ol id="id2485189">
<li>From the <strong><code>Tools</code></strong> menu, select <strong><code>Clear Recent   History... </code></strong>.</li>
<li>From the <strong><code>Time range to clear:</code></strong> drop-down menu, select the   desired range; to clear your entire cache, select   <strong><code>Everything</code></strong>.</li>
<li>Click the down arrow next to &#8220;Details&#8221; to choose what history   elements to clear (e.g., check <strong><code>Cookies</code></strong> to clear cookies).   Click <strong><code>Clear Now</code></strong>.</li>
</ol>
<p><a name="fire3w" href="http://kb.iu.edu/index.cgi"></a></p>
<h3>Firefox 3 for Windows</h3>
<p>From the <strong><code>Tools</code></strong> menu, select <strong><code>Clear Private Data... </code></strong>, and then check <strong><code>Cache</code></strong> and <strong><code>Cookies</code></strong>. Click <strong><code>Clear Private Data Now</code></strong>.</p>
<p><a name="safari" href="http://kb.iu.edu/index.cgi"></a></p>
<h3>Safari</h3>
<ol id="id2489131">
<li>From the <strong><code>Safari</code></strong> menu, select <strong><code>Empty Cache...</code></strong> and <strong><code>Cookies... </code></strong>.</li>
<li>When prompted, click <strong><code>Empty</code></strong> to confirm that you want to empty the cache.</li>
</ol>
<p><a name="fire35m" href="http://kb.iu.edu/index.cgi"></a></p>
<h3>Firefox 3.5 for Mac OS X</h3>
<ol id="id2482672">
<li>From the <strong><code>Tools</code></strong> menu, select <strong><code>Clear Recent   History... </code></strong>.</li>
<li>From the <strong><code>Time range to clear:</code></strong> drop-down menu, select the   desired range; to clear your entire cache, select   <strong><code>Everything</code></strong>.</li>
<li>Click the down arrow next to &#8220;Details&#8221; to choose what history   elements to clear.  Click <strong><code>Clear Now</code></strong>.</li>
</ol>
<p><a name="fire3mac" href="http://kb.iu.edu/index.cgi"></a></p>
<h3>Firefox 3 for Mac OS X</h3>
<ol id="id2482746">
<li>In Firefox, from the <strong><code>Tools</code></strong> menu, select <strong><code>Clear Private Data</code></strong>.</li>
<li>Make sure <strong><code>Cache</code></strong> and <strong><code>Cookies</code></strong> are checked, and then click <strong><code>Clear Private Data Now</code></strong>.</li>
</ol>
<h3>Chrome</h3>
<p>1. Click the <strong>Tools</strong> menu. <em>(the wrench in the  upper-right corner)</em></p>
<p>2. Select <strong>Options</strong>.</p>
<p>3. Click the <strong>Under the Hood</strong> tab.</p>
<p>4. Click <strong>Clear browsing data</strong></p>
<p>5. Check the boxes for the types of information you wish  to delete.</p>
<ul>
<li>Clear browsing history</li>
<li>Clear download history</li>
<li>Empty the cache</li>
<li>Delete cookies</li>
<li>Clear saved passwords</li>
</ul>
<p>You can also choose the period of time you wish to  delete cached information using the <strong>Clear data from this period</strong> dropdown menu.</p>
<p>6. Click <strong>Clear Browsing Data</strong> when ready.</p>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=187&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2009/11/08/clear-your-cache-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meta Tags Chart</title>
		<link>http://siteshrine.net/2009/07/19/meta-tags-chart/</link>
		<comments>http://siteshrine.net/2009/07/19/meta-tags-chart/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 14:33:30 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[author tags]]></category>
		<category><![CDATA[copyright tags]]></category>
		<category><![CDATA[description tags]]></category>
		<category><![CDATA[distribution tags]]></category>
		<category><![CDATA[expires tags]]></category>
		<category><![CDATA[keyword tags]]></category>
		<category><![CDATA[language tags]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[rating tags]]></category>
		<category><![CDATA[refresh tag]]></category>
		<category><![CDATA[revisit tags]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=122</guid>
		<description><![CDATA[META TAG CODES Meta tag codes are useful tools in search engine optimization. Here is a quick meta tag chart of some of the basic meta tags used. Each of these go between the &#60;HEAD&#62;&#60;/HEAD&#62; portion of your page. META TAGS CODE CHART Tag Name Code Description Keywords &#60;meta name=&#8221;keywords&#8221; content=&#8221;one two three&#8221;&#62; Use this [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="460" align="center">
<tbody>
<tr bgcolor="#ffffff">
<td class="arialfont13" valign="top">
<h2 style="text-align: center;"><span style="font-weight: bold;">META TAG CODES</span><span style="font-weight: bold;"><br />
</span></h2>
<p><span style="font-weight: bold;">Meta<br />
tag codes are useful tools in search engine optimization. Here is a<br />
quick meta tag chart of some of the basic meta tags used. Each of these<br />
go between the &lt;HEAD&gt;&lt;/HEAD&gt; portion of<br />
your page.</span></td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" cellspacing="1" cellpadding="0" width="440">
<tbody>
<tr>
<td bgcolor="#000000">
<table border="0" cellspacing="1" cellpadding="3" width="438">
<tbody>
<tr style="font-weight: bold; color: #ffffff;">
<td style="background-color: #000000;" colspan="2" align="center" valign="top"><span style="color: #ffffff;">META</span></p>
<p><span style="color: #ffffff;"> TAGS CODE CHART</span></td>
</tr>
<tr bgcolor="#ffcc00">
<td style="background-color: #660000; font-weight: bold;" width="76"><span style="color: #ffffff;">Tag Name</span></td>
<td style="background-color: #660000; color: #ffffff; font-weight: bold;" width="347">Code<br />
Description</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="background-color: #ffffff; font-weight: bold;" width="76" align="left" valign="top">Keywords</td>
<td style="background-color: #ffffff; font-weight: bold;" width="347" valign="top">&lt;meta<br />
name=&#8221;keywords&#8221; content=&#8221;one two three&#8221;&gt; Use this meta tag to<br />
provide search engines with the most relevant keywords for your<br />
website. These should be the same keywords you expect your site to be<br />
found by and the same keywords you should promote through your<br />
advertising campaigns.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="background-color: #ffffff; font-weight: bold;" width="76" align="left" valign="top">Description</td>
<td style="background-color: #ffffff; font-weight: bold;" width="347" valign="top">&lt;meta<br />
name=&#8221;description&#8221; content=&#8221;your info here&#8221;&gt; Use this meta tag<br />
to provide search engines with a keyword relevant description of your<br />
site.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="background-color: #ffffff; font-weight: bold;" width="76" align="left" valign="top">Robots</td>
<td style="background-color: #ffffff; font-weight: bold;" width="347" valign="top">&lt;meta<br />
name=&#8221;robots&#8221; content=&#8221;index, follow&#8221;&gt; Use this meta tag to tell<br />
robots which pages on a site should be indexed and which should not.<br />
For instance you may use an &#8220;no follow&#8221; tag on an admin page or members<br />
page that cannot be accessed by the public.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="background-color: #ffffff; font-weight: bold;" width="76" align="left" valign="top">Author</td>
<td style="background-color: #ffffff; font-weight: bold;" width="347" valign="top">&lt;meta<br />
name=&#8221;author&#8221; content=&#8221;your name&#8221;&gt; Use this meta tag to identify<br />
yourself as the author of the web site.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="background-color: #ffffff; font-weight: bold;" width="76" align="left" valign="top">Copyright</td>
<td style="background-color: #ffffff; font-weight: bold;" width="347" valign="top">&lt;meta<br />
name=&#8221;copyright&#8221; content=&#8221;your statement&#8221;&gt; Use this meta tag to<br />
let other viewers and search engines know that your work is protected<br />
by copyrighted.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="background-color: #ffffff; font-weight: bold;" width="76" align="left" valign="top">Distribution</td>
<td style="background-color: #ffffff; font-weight: bold;" width="347" valign="top">&lt;meta<br />
name=&#8221;distribution&#8221; content=&#8221;see below&#8221;&gt; This meta tag defines<br />
your audience. Currently three options are available:</p>
<p>1. Global</p>
<p>2. Local</p>
<p>3. IU<br />
- (Internal Use) &#8211; meant for Intranets</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="font-weight: bold; background-color: #ffffff;" width="76" align="left" valign="top">Expires</td>
<td style="font-weight: bold; background-color: #ffffff;" width="347" valign="top">&lt;meta<br />
name=&#8221;expires&#8221; content=&#8221;Mon, 01 Jan 2009 12:00:00 GMT&gt; Use this<br />
meta tag if your site has an expiration date.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="font-weight: bold; background-color: #ffffff;" width="76" align="left" valign="top">Language</td>
<td style="font-weight: bold; background-color: #ffffff;" width="347" valign="top">&lt;meta<br />
http-equiv=&#8221;content-language&#8221; content=&#8221;EN&#8221;&gt; Use this meta tag to<br />
define the language of your site. Note that abbreviations are used.<br />
EN=English FR=French etc.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="font-weight: bold; background-color: #ffffff;" width="76" align="left" valign="top">Refresh</td>
<td style="font-weight: bold; background-color: #ffffff;" width="347" valign="top">&lt;meta<br />
http-equiv=&#8221;refresh&#8221; content=5;URL=http://newsite.com&#8221;&gt; This<br />
meta tag will redirect a visitor to a new web site or web page where<br />
the number 5 equals the number of delayed seconds until the redirect.<br />
Using this tag can result in your web site being dropped by many search<br />
engines. It is considered spam. It is HIGHLY recommended that you do<br />
not use it.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="font-weight: bold; background-color: #ffffff;" width="76" align="left" valign="top">Revisit</td>
<td style="font-weight: bold; background-color: #ffffff;" width="347" valign="top">&lt;meta<br />
name=&#8221;revisit-after&#8221; content=&#8221;X days&#8221;&gt; This meta tag is designed<br />
to tell a spider how often to revisit. However, most if not all spiders<br />
ignore it.</td>
</tr>
<tr bgcolor="#ffffcc">
<td style="font-weight: bold; background-color: #ffffff;" width="76" align="left" valign="top">Rating</td>
<td style="font-weight: bold; background-color: #ffffff;" width="347" valign="top">&lt;meta<br />
name=&#8221;document-rating&#8221; content=&#8221;safe for kids&#8221;&gt; Use this meta<br />
tag to define your sites age and content rating. Values include:</p>
<p>Safe For Kids</p>
<p>14 Years</p>
<p>General</p>
<p>Restricted</p>
<p>Mature</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center;">If you would like to share some additional meta tags for our viewers please post a comment and I will be glad to list them.</p>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=122&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2009/07/19/meta-tags-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Michael Jackson Multi-Affiliate Website</title>
		<link>http://siteshrine.net/2009/06/28/michael-jackson-multi-affiliate-website/</link>
		<comments>http://siteshrine.net/2009/06/28/michael-jackson-multi-affiliate-website/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 17:41:56 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[amazon affiliate website]]></category>
		<category><![CDATA[business opportunity]]></category>
		<category><![CDATA[ebay affiliate website]]></category>
		<category><![CDATA[google adsense turnkey]]></category>
		<category><![CDATA[Michael Jackson]]></category>
		<category><![CDATA[turnkey website]]></category>
		<category><![CDATA[website for sale]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=81</guid>
		<description><![CDATA[Our Michael Jackson portal includes many money-making affiliate programs which make running and profiting from this as easy as 1-2-3. Advertise online as well as offline&#8230;market current news and events along with merchandise and memorabilia. Check out the amazing features: Content from Google.com, YouTube.com, Flickr.com and others &#8211; all updates automatically. News page Photos page [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="main">
<p style="text-align: center;"><img title=" Michael Jackson Multi-Affiliate Website " src="http://siteshrine.com/images/jacksonaffthumb.png" border="0" alt="Michael Jackson Multi-Affiliate Website" hspace="5" vspace="5" width="200" height="319" /></p>
<h4><span><span style="font-weight: bold;">Our Michael Jackson portal includes many money-making affiliate programs which make running and profiting from this as easy as 1-2-3. Advertise online as well as offline&#8230;market current news and events along with merchandise and memorabilia.<br />
</span></span></h4>
<h4 style="font-weight: bold; font-family: Arial;"><span><strong>Check out the amazing features:</strong></span></h4>
<ul style="text-align: left; font-weight: bold; font-family: Arial;">
<li>
<h4><span>Content from Google.com, YouTube.com, Flickr.com and others &#8211; all updates automatically.</span></h4>
</li>
<li>
<h4><span>News page </span></h4>
</li>
<li>
<h4><span>Photos page</span></h4>
</li>
<li>
<h4><span>Blogs page</span></h4>
</li>
<li>
<h4><span>Videos page</span></h4>
</li>
<li>
<h4><span>Twitter page</span></h4>
</li>
<li>
<h4><span>Auction Pages include your Ebay affiliate number on every item! </span></h4>
</li>
<li>
<h4><span>Shop Pages include your Amazon affiliate number on every item! </span></h4>
</li>
<li>
<h4><span>Links page</span></h4>
</li>
<li>
<h4><span>Google Adsense integrated</span></h4>
</li>
<li>
<h4><span>Amazon Associates integrated </span></h4>
</li>
<li>
<h4><span>Ebay Affililates integrated</span></h4>
</li>
</ul>
</td>
</tr>
<tr>
<td class="main"><a title="Michael Jackson Turnkey Websites For Sale" href="http://siteshrine.com/product_info.php?products_id=977" target="_blank"></p>
<p style="text-align: center;"><img src="http://siteshrine.com/images/demo.gif" border="0" alt="" /></p>
<p></a></td>
</tr>
</tbody>
</table>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=81&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2009/06/28/michael-jackson-multi-affiliate-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is included in cPanel&#8217;s Fantastico?</title>
		<link>http://siteshrine.net/2009/05/13/what-is-included-in-cpanels-fantastico/</link>
		<comments>http://siteshrine.net/2009/05/13/what-is-included-in-cpanels-fantastico/#comments</comments>
		<pubDate>Wed, 13 May 2009 15:19:26 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cpanel tutorial]]></category>
		<category><![CDATA[fantastico scripts]]></category>
		<category><![CDATA[free scripts]]></category>
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=52</guid>
		<description><![CDATA[Following scripts can be autoinstalled using Fantastico De Luxe. Installation procedure takes seconds and can be performed by novices without the need of setting up MySQL databases, importing structure, chmoding files and without the need of other tasks usually associated with installations: Blogs: b2evolution (2.4.5) Nucleus (3.32) WordPress (2.7.1) Portals/CMS: Drupal (6.10) Geeklog (1.5.1) Joomla [...]]]></description>
			<content:encoded><![CDATA[<p>Following scripts can be autoinstalled using Fantastico De Luxe. Installation procedure takes seconds and can be performed by novices without the need of setting up MySQL databases, importing structure, chmoding files and without the need of other tasks usually associated with installations:</p>
<p style="text-align: center;">
<table style="text-align: left; width: 490px;" border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td valign="top"><strong>Blogs:</strong><br />
b2evolution (2.4.5)<br />
Nucleus (3.32)<br />
WordPress (2.7.1)</p>
<p><strong>Portals/CMS:</strong><br />
Drupal (6.10)<br />
Geeklog (1.5.1)<br />
Joomla 1.5 (1.5.10)<br />
Joomla (1.0.15)<br />
Mambo Open Source (4.6.5)<br />
PHP-Nuke (7.9)<br />
phpWCMS (1.1-RC4 Rev. A)<br />
phpWebSite (0.10.2)<br />
Post-Nuke (0.764)<br />
Siteframe (3.2.3)<br />
Typo3 (4.2.1)<br />
Xoops (2.3.1)</p>
<p><strong>Customer Support:</strong><br />
Crafty Syntax Live Help (2.15.0)<br />
Help Center Live (2.1.7)<br />
osTicket (1.3.1)<br />
PerlDesk (4.012.2) (Commercial, needs license)<br />
PHP Support Tickets (1.9)<br />
Support Logic Helpdesk (1.2)<br />
Support Services Manager (1.0b)</p>
<p><strong>Discussion Boards:</strong><br />
phpBB (3.0.4)<br />
SMF (1.1.7)</p>
<p><strong>E-Commerce:</strong><br />
CubeCart (3.0.17)<br />
OS Commerce (2.2 Release Candidate 2a + buySAFE)<br />
Zen Cart (1.3.8a)</p>
<p><strong>FAQ:</strong><br />
FAQMasterFlex (1.51)</td>
<td valign="top"><strong>Classifieds:</strong><br />
Noahs Classifieds (V8 (3.2.0))</p>
<p><strong>Hosting Billing:</strong><br />
AccountLab Plus (2.8 r14) (Commercial, needs license)<br />
phpCOIN (1.4.4)</p>
<p><strong>Image Galleries:</strong><br />
4images Gallery (1.7.6)<br />
Coppermine Photo Gallery (1.4.20)<br />
Gallery (2.3)</p>
<p><strong>Mailing List:</strong><br />
PHPlist (2.10.9)</p>
<p><strong>Polls and Surveys:</strong><br />
Advanced Poll (2.03)<br />
LimeSurvey (1.72)<br />
phpESP (1.8.2)</p>
<p><strong>Project Management:</strong><br />
PHProjekt (5.2.2)<br />
dotProject (2.1.2)</p>
<p><strong>Site Builders:</strong><br />
Soholaunch Pro Edition (4.9.3 r17) (Commercial, needs license)<br />
Templates Express</p>
<p><strong>Wiki:</strong><br />
PhpWiki (1.2.11)<br />
TikiWiki (2.4)</p>
<p><strong>Other Scripts:</strong><br />
Dew-NewPHPLinks (2.0.1.0b SEF w/Thumbshots)<br />
Moodle (1.9.4)<br />
Open-Realty (2.5.6)<br />
phpAdsNew (2.0.11-pr1)<br />
PHPauction (3.2)<br />
phpFormGenerator (2.09c)<br />
WebCalendar (1.2.0)</td>
</tr>
</tbody>
</table>
<p>Scripts can be installed via the Fantastico icon in your cPanel.</p>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=52&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2009/05/13/what-is-included-in-cpanels-fantastico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding HTML Tags</title>
		<link>http://siteshrine.net/2009/05/13/understanding-html-tags/</link>
		<comments>http://siteshrine.net/2009/05/13/understanding-html-tags/#comments</comments>
		<pubDate>Wed, 13 May 2009 02:39:36 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[HTML Tags Chart]]></category>
		<category><![CDATA[html tutorial]]></category>
		<category><![CDATA[web design tutorial]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=27</guid>
		<description><![CDATA[HTML Tags Chart The following is the basic html tags used throughout the websites we sell. This is certainly not the full extent of what goes into a website but this is the starting point. By familiarizing yourself with these various tags you will find it much easier to &#8220;follow the code&#8221; and determine what [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><span style="font-family: Georgia; font-size: x-small;"><strong>HTML Tags Chart</strong></span></p>
<p align="center">The following is the basic html tags used throughout the websites we sell. This is certainly not the full extent of what goes into a website but this is the starting point. By familiarizing yourself with these various tags you will find it much easier to &#8220;follow the code&#8221; and determine what to do to edit various aspects of your site.</p>
<p align="center">To use any of the following HTML tags, simply select the HTML code you&#8217;d like and copy and paste it into your web page.</p>
<table border="2" cellspacing="1" cellpadding="2" width="492" align="center" bordercolor="#bd1d01">
<tbody>
<tr>
<td bgcolor="#bd1d01">
<p align="center"><span style="color: white;"><strong>HTML CODE</strong></span></p>
</td>
<td bgcolor="#bd1d01">
<p align="center"><span style="color: white;"><strong>CODE NAME</strong></span></p>
</td>
<td bgcolor="#bd1d01">
<p align="center"><span style="color: white;"><strong>CODE EXAMPLE</strong></span></p>
</td>
</tr>
<tr>
<td>&lt;!&#8211;</td>
<td><strong>comment</strong></td>
<td><strong>&lt;!&#8211;</strong>This can be viewed in the <strong>HTML</strong> part of a document<strong>&#8211;&gt;</strong></td>
</tr>
<tr>
<td>&lt;a -</td>
<td><strong>anchor</strong></td>
<td><strong>&lt;a href=</strong>&#8220;http://www.domain.com/&#8221;&gt;<br />
Visit Our Site<strong>&lt;/a&gt;</strong></td>
</tr>
<tr>
<td>&lt;b&gt;</td>
<td><strong>bold</strong></td>
<td><strong>&lt;b&gt;</strong>Example<strong>&lt;/b&gt;</strong></td>
</tr>
<tr>
<td>&lt;big&gt;</td>
<td><strong>big (text)</strong></td>
<td><strong>&lt;big&gt;</strong>Example<strong>&lt;/big&gt;</strong></td>
</tr>
<tr>
<td>&lt;body&gt;</td>
<td><strong>body of HTML document</strong></td>
<td><strong>&lt;body&gt;</strong>The content of your <strong>HTML</strong> page<strong>&lt;/body&gt;</strong></td>
</tr>
<tr>
<td>&lt;br&gt;</td>
<td><strong>line break</strong></td>
<td>The contents of your page<strong>&lt;br&gt;</strong>The contents of your page</td>
</tr>
<tr>
<td>&lt;center&gt;</td>
<td><strong>center</strong></td>
<td><strong>&lt;center&gt;</strong>This will center your contents<strong>&lt;/center&gt;</strong></td>
</tr>
<tr>
<td>&lt;dd&gt;</td>
<td><strong>definition description</strong></td>
<td>&lt;dl&gt;<br />
&lt;dt&gt;Definition Term&lt;/dt&gt;<br />
<strong>&lt;dd&gt;Definition of the term&lt;/dd&gt;</strong><br />
&lt;dt&gt;Definition Term&lt;/dt&gt;<br />
<strong>&lt;dd&gt;Definition of the term&lt;/dd&gt;</strong><br />
&lt;/dl&gt;</td>
</tr>
<tr>
<td>&lt;dl&gt;</td>
<td><strong>definition list</strong></td>
<td><strong>&lt;dl&gt;</strong><br />
&lt;dt&gt;Definition Term&lt;/dt&gt;<br />
&lt;dd&gt;Definition of the term&lt;/dd&gt;<br />
&lt;dt&gt;Definition Term&lt;/dt&gt;<br />
&lt;dd&gt;Definition of the term&lt;/dd&gt;<br />
<strong>&lt;/dl&gt;</strong></td>
</tr>
<tr>
<td>&lt;dt&gt;</td>
<td><strong>definition term</strong></td>
<td>&lt;dl&gt;<br />
<strong>&lt;dt&gt;Definition Term&lt;/dt&gt;</strong><br />
&lt;dd&gt;Definition of the term&lt;/dd&gt;<br />
<strong>&lt;dt&gt;Definition Term&lt;/dt&gt;</strong><br />
&lt;dd&gt;Definition of the term&lt;/dd&gt;<br />
&lt;/dl&gt;</td>
</tr>
<tr>
<td>&lt;em&gt;</td>
<td><strong>emphasis</strong></td>
<td>This is an <strong>&lt;em&gt;</strong>Example<strong>&lt;/em&gt;</strong> of using theemphasis tag</td>
</tr>
<tr>
<td>&lt;embed&gt;</td>
<td><strong>embed object</strong></td>
<td><strong>&lt;embed</strong> src=&#8221;yourfile.mid&#8221; width=&#8221;100%&#8221; height=&#8221;60&#8243; align=&#8221;center&#8221;&gt;</td>
</tr>
<tr>
<td>&lt;embed&gt;</td>
<td><strong>embed object</strong></td>
<td>&lt;<strong>embed</strong> src=&#8221;yourfile.mid&#8221; autostart=&#8221;true&#8221; hidden=&#8221;false&#8221; loop=&#8221;false&#8221;&gt;<br />
&lt;noembed&gt;&lt;bgsound src=&#8221;yourfile.mid&#8221; loop=&#8221;1&#8243;&gt;&lt;/noembed&gt;</td>
</tr>
<tr>
<td>&lt;font&gt;</td>
<td><strong>font</strong></td>
<td><strong>&lt;font</strong> face=&#8221;Times New Roman&#8221;&gt;Example<strong>&lt;/font&gt;</strong></td>
</tr>
<tr>
<td>&lt;font&gt;</td>
<td><strong>font</strong></td>
<td><strong>&lt;font</strong> face=&#8221;Times New Roman&#8221; size=&#8221;4&#8243;&gt;Example<strong>&lt;/font&gt;</strong></td>
</tr>
<tr>
<td>&lt;font&gt;</td>
<td><strong>font</strong></td>
<td><strong>&lt;font</strong> face=&#8221;Times New Roman&#8221; size=&#8221;+3&#8243; color=&#8221;#ff0000&#8243;&gt;Example<strong>&lt;/font&gt;</strong></td>
</tr>
<tr>
<td>&lt;form&gt;</td>
<td><strong>form</strong></td>
<td><strong>&lt;form </strong>action=&#8221;mailto:you@yourdomain.com&#8221;&gt;<br />
Name: &lt;input name=&#8221;Name&#8221; value=&#8221;" size=&#8221;10&#8243;&gt;&lt;br&gt;<br />
Email: &lt;input name=&#8221;Email&#8221; value=&#8221;" size=&#8221;10&#8243;&gt;&lt;br&gt;<br />
&lt;center&gt;&lt;input type=&#8221;submit&#8221;&gt;&lt;/center&gt;<br />
<strong>&lt;/form&gt;</strong></td>
</tr>
<tr>
<td>&lt;h1&gt;<br />
&lt;h2&gt;<br />
&lt;h3&gt;<br />
&lt;h4&gt;<br />
&lt;h5&gt;<br />
&lt;h6&gt;</td>
<td><strong>heading 1</strong><br />
<strong>heading 2</strong><br />
<strong>heading 3</strong><br />
<strong>heading 4</strong><br />
<strong>heading 5</strong><br />
<strong>heading 6</strong></td>
<td><strong>&lt;h1&gt;</strong>Heading 1 Example<strong>&lt;/h1&gt;</strong><br />
<strong>&lt;h2&gt;</strong>Heading 2 Example<strong>&lt;/h2&gt;</strong><br />
<strong>&lt;h3&gt;</strong>Heading 3 Example<strong>&lt;/h3&gt;</strong><br />
<strong>&lt;h4&gt;</strong>Heading 4 Example<strong>&lt;/h4&gt;</strong><br />
<strong>&lt;h5&gt;</strong>Heading 5 Example<strong>&lt;/h5&gt;</strong><br />
<strong>&lt;h6&gt;</strong>Heading 6 Example<strong>&lt;/h6&gt;</strong></td>
</tr>
<tr>
<td>&lt;head&gt;</td>
<td><strong>heading of HTML document</strong></td>
<td><strong>&lt;head&gt;</strong>Contains elements describing the document<strong>&lt;/head&gt;</strong></td>
</tr>
<tr>
<td>&lt;hr&gt;</td>
<td><strong>horizontal rule</strong></td>
<td><strong>&lt;hr /&gt;</strong></td>
</tr>
<tr>
<td>&lt;hr&gt;</td>
<td><strong>horizontal rule</strong></td>
<td><strong>&lt;hr </strong>width=&#8221;50%&#8221; size=&#8221;3&#8243; /&gt;</td>
</tr>
<tr>
<td>&lt;hr&gt;</td>
<td><strong>horizontal rule</strong></td>
<td><strong>&lt;hr </strong>width=&#8221;50%&#8221; size=&#8221;3&#8243; noshade /&gt;</td>
</tr>
<tr>
<td>&lt;hr&gt;<br />
(Internet<br />
Explorer)</td>
<td><strong>horizontal rule</strong></td>
<td><strong>&lt;hr </strong>width=&#8221;75%&#8221; color=&#8221;#ff0000&#8243; size=&#8221;4&#8243; /&gt;</td>
</tr>
<tr>
<td>&lt;hr&gt;<br />
(Internet<br />
Explorer)</td>
<td><strong>horizontal rule</strong></td>
<td><strong>&lt;hr </strong>width=&#8221;25%&#8221; color=&#8221;#6699ff&#8221; size=&#8221;6&#8243; /&gt;</td>
</tr>
<tr>
<td>&lt;html&gt;</td>
<td><strong>hypertext markup language</strong></td>
<td><strong>&lt;html&gt;<br />
</strong>&lt;head&gt;<br />
&lt;meta&gt;<br />
&lt;title&gt;Title of your web page&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<strong>HTML web page </strong>contents<br />
&lt;/body&gt;<br />
<strong>&lt;/html&gt;</strong></td>
</tr>
<tr>
<td>&lt;i&gt;</td>
<td><strong>italic</strong></td>
<td><strong>&lt;i&gt;</strong>Example<strong>&lt;/i&gt;</strong></td>
</tr>
<tr>
<td>&lt;img&gt;</td>
<td><strong>image</strong></td>
<td><strong>&lt;img </strong>src=&#8221;Earth.gif&#8221; width=&#8221;41&#8243; height=&#8221;41&#8243; border=&#8221;0&#8243; alt=&#8221;text describing the image&#8221; /&gt;</td>
</tr>
<tr>
<td>&lt;input&gt;</td>
<td><strong>input field</strong></td>
<td>Example 1:</p>
<p>&lt;form method=post action=&#8221;/cgi-bin/example.cgi&#8221;&gt;<br />
<strong>&lt;input </strong>type=&#8221;text&#8221; size=&#8221;10&#8243; maxlength=&#8221;30&#8243;&gt;<br />
<strong>&lt;input </strong>type=&#8221;Submit&#8221; value=&#8221;Submit&#8221;&gt;<br />
&lt;/form&gt;</td>
</tr>
<tr>
<td>&lt;input&gt;<br />
(Internet Explorer)</td>
<td><strong>input field</strong></td>
<td>Example 2:</p>
<p>&lt;form method=post action=&#8221;/cgi-bin/example.cgi&#8221;&gt;<br />
<strong>&lt;input </strong>type=&#8221;text&#8221; style=&#8221;color: #ffffff; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72a4d2;&#8221; size=&#8221;10&#8243; maxlength=&#8221;30&#8243;&gt;<br />
<strong>&lt;input </strong>type=&#8221;Submit&#8221; value=&#8221;Submit&#8221;&gt;<br />
&lt;/form&gt;</td>
</tr>
<tr>
<td>&lt;input&gt;</td>
<td><strong>input field</strong></td>
<td>Example 3:</p>
<p>&lt;form method=post action=&#8221;/cgi-bin/example.cgi&#8221;&gt;<br />
&lt;table border=&#8221;0&#8243; cellspacing=&#8221;0&#8243; cellpadding=&#8221;2&#8243;&gt;&lt;tr&gt;&lt;td bgcolor=&#8221;#8463ff&#8221;&gt;&lt;input type=&#8221;text&#8221; size=&#8221;10&#8243; maxlenght=&#8221;30&#8243;&gt;&lt;/td&gt;&lt;td bgcolor=&#8221;#8463ff&#8221; valign=&#8221;Middle&#8221;&gt; &lt;input type=&#8221;image&#8221; name=&#8221;submit&#8221; src=&#8221;yourimage.gif&#8221;&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt;<br />
&lt;/form&gt;</td>
</tr>
<tr>
<td>&lt;input&gt;</td>
<td><strong>input field</strong></td>
<td>Example 4:</p>
<p>&lt;form method=post action=&#8221;/cgi-bin/example.cgi&#8221;&gt;<br />
Enter Your Comments:&lt;br&gt;<br />
&lt;textarea wrap=&#8221;virtual&#8221; name=&#8221;Comments&#8221; rows=3 cols=20 maxlenght=100&gt;&lt;/textarea&gt;&lt;br&gt;<br />
<strong>&lt;input </strong>type=&#8221;Submit&#8221; value=&#8221;Submit&#8221;&gt;<br />
<strong>&lt;input </strong>type=&#8221;Reset&#8221; value=&#8221;Clear&#8221;&gt;<br />
&lt;/form&gt;</td>
</tr>
<tr>
<td>&lt;input&gt;</td>
<td><strong>input field</strong></td>
<td>Example 5:</p>
<p>&lt;form method=post action=&#8221;/cgi-bin/example.cgi&#8221;&gt;<br />
&lt;center&gt;<br />
Select an option:<br />
&lt;select&gt;<br />
&lt;option &gt;option 1&lt;/option&gt;<br />
&lt;option selected&gt;option 2&lt;/option&gt;<br />
&lt;option&gt;option 3&lt;/option&gt;<br />
&lt;option&gt;option 4&lt;/option&gt;<br />
&lt;option&gt;option 5&lt;/option&gt;<br />
&lt;option&gt;option 6&lt;/option&gt;<br />
&lt;/select&gt;&lt;br&gt;<br />
<strong>&lt;input </strong>type=&#8221;Submit&#8221; value=&#8221;Submit&#8221;&gt;&lt;/center&gt;<br />
&lt;/form&gt;</td>
</tr>
<tr>
<td>&lt;input&gt;</td>
<td><strong>input field</strong></td>
<td>Example 6:</p>
<p>&lt;form method=post action=&#8221;/cgi-bin/example.cgi&#8221;&gt;<br />
Select an option:&lt;br&gt;<br />
<strong>&lt;input </strong>type=&#8221;radio&#8221; name=&#8221;option&#8221;&gt; Option 1<br />
<strong>&lt;input </strong>type=&#8221;radio&#8221; name=&#8221;option&#8221; checked&gt; Option 2<br />
<strong>&lt;input </strong>type=&#8221;radio&#8221; name=&#8221;option&#8221;&gt; Option 3<br />
&lt;br&gt;<br />
&lt;br&gt;<br />
Select an option:&lt;br&gt;<br />
<strong>&lt;input </strong>type=&#8221;checkbox&#8221; name=&#8221;selection&#8221;&gt; Selection 1<br />
<strong>&lt;input </strong>type=&#8221;checkbox&#8221; name=&#8221;selection&#8221; checked&gt;<strong> </strong>Selection 2<br />
<strong>&lt;input </strong>type=&#8221;checkbox&#8221; name=&#8221;selection&#8221;&gt;<strong> </strong>Selection 3<br />
<strong>&lt;input </strong>type=&#8221;Submit&#8221; value=&#8221;Submit&#8221;&gt;<br />
&lt;/form&gt;</td>
</tr>
<tr>
<td>&lt;li&gt;</td>
<td><strong>list item</strong></td>
<td>Example 1:</p>
<p>&lt;menu&gt;<br />
<strong>&lt;li </strong>type=&#8221;disc&#8221;&gt;List item 1<strong>&lt;/li&gt;</strong><br />
<strong>&lt;li </strong>type=&#8221;circle&#8221;&gt;List item 2<strong>&lt;/li&gt;</strong><br />
<strong>&lt;li </strong>type=&#8221;square&#8221;&gt;List item 3<strong>&lt;/li&gt;</strong><br />
&lt;/MENU&gt;</p>
<p>Example 2:</p>
<p>&lt;ol type=&#8221;i&#8221;&gt;<br />
<strong>&lt;li&gt;</strong>List item 1<strong>&lt;/li&gt;</strong><br />
<strong>&lt;li&gt;</strong>List item 2<strong>&lt;/li&gt;</strong><br />
<strong>&lt;li&gt;</strong>List item 3<strong>&lt;/li&gt;</strong><br />
<strong>&lt;li&gt;</strong>List item 4<strong>&lt;/li&gt;</strong><br />
&lt;/ol&gt;</td>
</tr>
<tr>
<td>&lt;link&gt;</td>
<td><strong>link</strong></td>
<td>&lt;head&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;style.css&#8221; /&gt;<br />
&lt;/head&gt;</td>
</tr>
<tr>
<td>&lt;marquee&gt;<br />
(Internet<br />
Explorer)</td>
<td><strong>scrolling text</strong></td>
<td><strong>&lt;marquee </strong>bgcolor=&#8221;#cccccc&#8221; loop=&#8221;-1&#8243; scrollamount=&#8221;2&#8243; width=&#8221;100%&#8221;&gt;Example Marquee<strong>&lt;/marquee&gt;</strong></td>
</tr>
<tr>
<td>&lt;menu&gt;</td>
<td><strong>menu</strong></td>
<td><strong>&lt;menu&gt;</strong><br />
&lt;li type=&#8221;disc&#8221;&gt;List item 1&lt;/li&gt;<br />
&lt;li type=&#8221;circle&#8221;&gt;List item 2&lt;/li&gt;<br />
&lt;li type=&#8221;square&#8221;&gt;List item 3&lt;/li&gt;<br />
<strong>&lt;/menu&gt;</strong></td>
</tr>
<tr>
<td>&lt;meta&gt;</td>
<td><strong>meta</strong></td>
<td><strong>&lt;meta </strong>name=&#8221;Description&#8221; content=&#8221;Description of your site&#8221;&gt;<br />
<strong>&lt;meta </strong>name=&#8221;keywords&#8221; content=&#8221;keywords describing your site&#8221;&gt;</td>
</tr>
<tr>
<td>&lt;meta&gt;</td>
<td><strong>meta</strong></td>
<td><strong>&lt;meta </strong>HTTP-EQUIV=&#8221;Refresh&#8221; CONTENT=&#8221;4;URL=http://www.yourdomain.com/&#8221;&gt;</td>
</tr>
<tr>
<td>&lt;meta&gt;</td>
<td><strong>meta</strong></td>
<td><strong>&lt;meta </strong>http-equiv=&#8221;Pragma&#8221; content=&#8221;no-cache&#8221;&gt;</td>
</tr>
<tr>
<td>&lt;meta&gt;</td>
<td><strong>meta</strong></td>
<td><strong>&lt;meta </strong>name=&#8221;rating&#8221; content=&#8221;General&#8221;&gt;</td>
</tr>
<tr>
<td>&lt;meta&gt;</td>
<td><strong>meta</strong></td>
<td><strong>&lt;meta </strong>name=&#8221;robots&#8221; content=&#8221;all&#8221;&gt;</td>
</tr>
<tr>
<td>&lt;meta&gt;</td>
<td><strong>meta</strong></td>
<td><strong>&lt;meta </strong>name=&#8221;robots&#8221; content=&#8221;noindex,follow&#8221;&gt;</td>
</tr>
<tr>
<td>&lt;ol&gt;</td>
<td><strong>ordered list</strong></td>
<td><strong>Numbered</strong></p>
<p><strong>&lt;ol&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ol&gt;</strong></p>
<p><strong>Numbered Special Start</strong></p>
<p><strong>&lt;ol start=&#8221;5&#8243;&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ol&gt;</strong></p>
<p><strong>Lowercase Letters</strong><strong>&lt;ol type=&#8221;a&#8221;&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ol&gt;</p>
<p>Capital Letters</strong></p>
<p><strong>&lt;ol type=&#8221;A&#8221;&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ol&gt;</p>
<p>Capital Letters Special Start</strong></p>
<p><strong>&lt;ol type=&#8221;A&#8221; start=&#8221;3&#8243;&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ol&gt;</p>
<p>Lowercase Roman Numerals</strong></p>
<p><strong>&lt;ol type=&#8221;i&#8221;&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ol&gt;</p>
<p>Capital Roman Numerals</strong></p>
<p><strong>&lt;ol type=&#8221;I&#8221;&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ol&gt;</strong></p>
<p><strong>Capital Roman Numerals Special Start</strong></p>
<p><strong>&lt;ol type=&#8221;I&#8221; start=&#8221;7&#8243;&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ol&gt;</strong></td>
</tr>
<tr>
<td>&lt;option&gt;</td>
<td><strong>listbox option</strong></td>
<td>&lt;form method=post action=&#8221;/cgi-bin/example.cgi&#8221;&gt;<br />
&lt;center&gt;<br />
Select an option:<br />
&lt;select&gt;<br />
<strong>&lt;option&gt;</strong>option 1<strong>&lt;/option&gt;</strong><br />
<strong>&lt;option selected&gt;</strong>option 2<strong>&lt;/option&gt;</strong><br />
<strong>&lt;option&gt;</strong>option 3<strong>&lt;/option&gt;</strong><br />
<strong>&lt;option&gt;</strong>option 4<strong>&lt;/option&gt;</strong><br />
<strong>&lt;option&gt;</strong>option 5<strong>&lt;/option&gt;</strong><br />
<strong>&lt;option&gt;</strong>option 6<strong>&lt;/option&gt;</strong><br />
&lt;/select&gt;&lt;br&gt;<br />
&lt;/center&gt;<br />
&lt;/form&gt;</td>
</tr>
<tr>
<td>&lt;p&gt;</td>
<td><strong>paragraph</strong></td>
<td>This is an example displaying the use of the paragraph tag. &lt;p&gt; This will create a line break and a space between lines.</p>
<p>Attributes:</p>
<p>Example 1:&lt;br&gt;<br />
&lt;br&gt;<br />
<strong>&lt;p align=&#8221;left&#8221;&gt;</strong><br />
This is an example&lt;br&gt;<br />
displaying the use&lt;br&gt;<br />
of the paragraph tag.&lt;br&gt;<br />
&lt;br&gt;<br />
Example 2:&lt;br&gt;<br />
&lt;br&gt;<br />
<strong>&lt;p align=&#8221;right&#8221;&gt;</strong><br />
This is an example&lt;br&gt;<br />
displaying the use&lt;br&gt;<br />
of the paragraph tag.&lt;br&gt;<br />
&lt;br&gt;<br />
Example 3:&lt;br&gt;<br />
&lt;br&gt;<br />
<strong>&lt;p align=&#8221;center&#8221;&gt;</strong><br />
This is an example&lt;br&gt;<br />
displaying the use&lt;br&gt;<br />
of the paragraph tag.</td>
</tr>
<tr>
<td>&lt;small&gt;</td>
<td><strong>small (text)</strong></td>
<td><strong>&lt;small&gt;</strong>Example<strong>&lt;/small&gt;</strong></td>
</tr>
<tr>
<td>&lt;strike&gt;</td>
<td><strong>deleted text</strong></td>
<td><strong>&lt;strike&gt;</strong>Example<strong>&lt;/strike&gt;</strong></td>
</tr>
<tr>
<td>&lt;strong&gt;</td>
<td><strong>strong emphasis</strong></td>
<td><strong>&lt;strong&gt;</strong>Example<strong>&lt;/strong&gt;</strong></td>
</tr>
<tr>
<td>&lt;table&gt;</td>
<td><strong>table</strong></td>
<td>Example 1:</p>
<p><strong>&lt;table border=</strong>&#8220;4&#8243; cellpadding=&#8221;2&#8243; cellspacing=&#8221;2&#8243; width=&#8221;100%&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Column 1&lt;/td&gt;<br />
&lt;td&gt;Column 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
<strong>&lt;/table&gt;</strong></p>
<p>Example 2: (Internet Explorer)</p>
<p><strong>&lt;table border=</strong>&#8220;2&#8243; bordercolor=&#8221;#336699&#8243; cellpadding=&#8221;2&#8243; cellspacing=&#8221;2&#8243; width=&#8221;100%&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Column 1&lt;/td&gt;<br />
&lt;td&gt;Column 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
<strong>&lt;/table&gt;</strong></p>
<p>Example 3:</p>
<p><strong>&lt;table cellpadding=</strong>&#8220;2&#8243; cellspacing=&#8221;2&#8243; width=&#8221;100%&#8221;&gt;<br />
&lt;tr&gt;<br />
&lt;td bgcolor=&#8221;#cccccc&#8221;&gt;Column 1&lt;/td&gt;<br />
&lt;td bgcolor=&#8221;#cccccc&#8221;&gt;Column 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Row 2&lt;/td&gt;<br />
&lt;td&gt;Row 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
<strong>&lt;/table&gt;</strong></td>
</tr>
<tr>
<td>&lt;td&gt;</td>
<td><strong>table data</strong></td>
<td>&lt;table border=&#8221;2&#8243; cellpadding=&#8221;2&#8243; cellspacing=&#8221;2&#8243; width=&#8221;100%&#8221;&gt;<br />
&lt;tr&gt;<br />
<strong>&lt;td&gt;Column 1&lt;/td&gt;<br />
&lt;td&gt;Column 2&lt;/td&gt;</strong><br />
&lt;/tr&gt;<br />
&lt;/table&gt;</td>
</tr>
<tr>
<td>&lt;th&gt;</td>
<td><strong>table header</strong></td>
<td>&lt;div align=&#8221;center&#8221;&gt;<br />
&lt;table&gt;<br />
&lt;tr&gt;<br />
<strong>&lt;th&gt;Column 1&lt;/th&gt;<br />
&lt;th&gt;Column 2&lt;/th&gt;<br />
&lt;th&gt;Column 3&lt;/th&gt;</strong><br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Row 2&lt;/td&gt;<br />
&lt;td&gt;Row 2&lt;/td&gt;<br />
&lt;td&gt;Row 2&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Row 3&lt;/td&gt;<br />
&lt;td&gt;Row 3&lt;/td&gt;<br />
&lt;td&gt;Row 3&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Row 4&lt;/td&gt;<br />
&lt;td&gt;Row 4&lt;/td&gt;<br />
&lt;td&gt;Row 4&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/div&gt;</td>
</tr>
<tr>
<td>&lt;title&gt;</td>
<td><strong>document title</strong></td>
<td><strong>&lt;title&gt;</strong>Title of your <strong>HTML page&lt;/title&gt;</strong></td>
</tr>
<tr>
<td>&lt;tr&gt;</td>
<td><strong>table row</strong></td>
<td>&lt;table border=&#8221;2&#8243; cellpadding=&#8221;2&#8243; cellspacing=&#8221;2&#8243; width=&#8221;100%&#8221;&gt;<br />
<strong>&lt;tr&gt;</strong><br />
&lt;td&gt;Column 1&lt;/td&gt;<strong><br />
</strong>&lt;td&gt;Column 2&lt;/td&gt;<br />
<strong>&lt;/tr&gt;</strong><br />
&lt;/table&gt;</td>
</tr>
<tr>
<td>&lt;tt&gt;</td>
<td><strong>teletype</strong></td>
<td><strong>&lt;tt&gt;</strong>Example<strong>&lt;/tt&gt;</strong></td>
</tr>
<tr>
<td>&lt;u&gt;</td>
<td><strong>underline</strong></td>
<td>&lt;u&gt;Example&lt;/u&gt;</td>
</tr>
<tr>
<td>&lt;ul&gt;</td>
<td><strong>unordered list</strong></td>
<td>Example 1:&lt;br&gt;<br />
&lt;br&gt;<br />
<strong>&lt;ul&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
<strong>&lt;/ul&gt;</strong><br />
&lt;br&gt;<br />
Example 2:&lt;br&gt;<br />
<strong>&lt;ul type=&#8221;disc&#8221;&gt;</strong><br />
&lt;li&gt;List item 1&lt;/li&gt;<br />
&lt;li&gt;List item 2&lt;/li&gt;<br />
<strong>&lt;ul type=&#8221;circle&#8221;&gt;</strong><br />
&lt;li&gt;List item 3&lt;/li&gt;<br />
&lt;li&gt;List item 4&lt;/li&gt;<br />
<strong>&lt;/ul&gt;<br />
&lt;/ul&gt;</strong></td>
</tr>
</tbody>
</table>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=27&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2009/05/13/understanding-html-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

