<?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>ToTheTech.Net - The Webmaster Guide &#187; HTML</title>
	<atom:link href="http://www.tothetech.net/category/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tothetech.net</link>
	<description>We write all about Webmaster needs.</description>
	<lastBuildDate>Sat, 04 Sep 2010 05:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Rarely Used HTML tags</title>
		<link>http://www.tothetech.net/html/rarely-used-html-tags.html</link>
		<comments>http://www.tothetech.net/html/rarely-used-html-tags.html#comments</comments>
		<pubDate>Fri, 01 May 2009 01:13:17 +0000</pubDate>
		<dc:creator>Karthikeyan</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.tothetech.net/?p=46</guid>
		<description><![CDATA[A web developer should use HTML tags often to display the content and every web developer will know HTML tags. But there are some rare HTML tags which is not  used often by developers and webmaster&#8217;s. &#60;ins&#62; and &#60;del&#62; Tag &#60;ins&#62; tag used to display underline for the content under &#60;ins&#62; tag. Where &#60;del&#62; tag [...]]]></description>
			<content:encoded><![CDATA[<p>A web developer should use HTML tags often to display the content and every web developer will know HTML tags. But there are some rare HTML tags which is not  used often by developers and webmaster&#8217;s.</p>
<p><span id="more-46"></span><strong>&lt;ins&gt; and &lt;del&gt; Tag<br />
</strong></p>
<p>&lt;ins&gt; tag used to display underline for the content under &lt;ins&gt; tag. Where &lt;del&gt; tag is used to strike the content under &lt;del&gt; tag.</p>
<p><strong>Example</strong></p>
<p>&lt;ins&gt;Testing Ins Tag&lt;/ins&gt; &lt;del&gt; Striking content &lt;/del&gt;</p>
<p><strong>Demo</strong></p>
<p><ins>Testing Ins Tag</ins> <del> Striking content </del></p>
<p><strong>&lt;base&gt; Tag</strong></p>
<p>&lt;base&gt; tag is used to specify the default address or  default target for all links on a page. &lt;base&gt; tag should reside inside &lt;head&gt; tag.</p>
<p><strong>Example</strong></p>
<p>&lt;head&gt;<br />
&lt;base href=&#8221;http://i297.photobucket.com/albums/mm205/karthik775/&#8221; /&gt;<br />
&lt;base target=&#8221;_blank&#8221; /&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;<br />
&lt;img src=&#8221;tothetech-greetings.jpg&#8221; /&gt;<br />
&lt;a href=&#8221;http://www.tothetech.com&#8221;&gt;ToTheTech&lt;/a&gt;<br />
&lt;/body&gt;</p>
<p><strong><a title="Base Tag" href="http://www.tothetech.net/ria/HTML/base.html" target="_blank">Click here to see demo </a></strong></p>
<p><strong>&lt;cite&gt; Tag</strong></p>
<p>&lt;cite&gt; tag is similar to italics &lt;i&gt; tag which produces the content in italics style.</p>
<p><strong>Demo</strong></p>
<p><cite>Cite Tag in Italics Style</cite></p>
<p><strong>&lt;address&gt; Tag</strong></p>
<p>&lt;address&gt; tag is similar to &lt;i&gt; italics tag where you can easily identify an address in a content using this &lt;address&gt; tag</p>
<p><strong>Example Code</strong></p>
<p>&lt;address&gt;<br />
ToTheTech Tecnology Services,&lt;br&gt;<br />
Tamil Nadu,&lt;br&gt;<br />
India<br />
&lt;/address&gt;</p>
<p><strong>Demo</strong></p>
<address> ToTheTech Tecnology Services,</p>
<p>Tamil Nadu,</p>
<p>India</p>
</address>
<p><strong>&lt;br clear=&#8221;right&#8221;&gt; Tag</strong></p>
<p>Developers often use &lt;br&gt; tag to break through nextline. For instance if there is a small picture residing in left corner of the browser, if you give &lt;br&gt; tag which breakes the line and the content will be displayed after the picture. To display the content residing by the picture <strong>clear </strong>attribute helps to display the text content near by right side of the picture.</p>
<p><strong>Example code</strong></p>
<p>&lt;img src=&#8221;small-pic.jpg&#8221;&gt;</p>
<p>&lt;br clear=&#8221;right&#8221;&gt;</p>
<p><strong>&lt;Abbr&gt; and &lt;Acronym&gt; Tags</strong></p>
<p>&lt;abbr&gt; tag is used to define abbreviated tags. &lt;acronym&gt; tag is similar  to <abbr> &lt;abbr&gt; tag which shows a question mark while moving near acronym.<br />
</abbr></p>
<p><strong>Example Code</strong></p>
<p>&lt;abbr title=&#8221;Hypertext Markup Language&#8221;&gt;HTML&lt;/abbr&gt; &lt;acronym title=&#8221;HTML&#8221;&gt; Hypertext Markup Language&lt;/acronym&gt;</p>
<p><strong>Demo</strong></p>
<p><abbr title="Hypertext Markup Language">HTML</abbr><br />
<acronym title="HTML"> Hypertext Markup Language</acronym></p>
<p><strong>&lt;optgroup&gt;Tag</strong></p>
<p>&lt;optgroup&gt; tag is used to group and differentiate between a group selective&#8217;s inside drop down box with label attribute.</p>
<p><strong>Example Code</strong></p>
<p>&lt;select name=&#8221;optgroup&#8221;&gt;<br />
&lt;optgroup label=&#8221;Vegetables&#8221;&gt;&lt;/optgroup&gt;<br />
&lt;option&gt;Brinjal&lt;/option&gt;<br />
&lt;option value=&#8221;carrot&#8221;&gt;Carrot&lt;/option&gt;<br />
&lt;option value=&#8221;tomato&#8221;&gt;Tomato&lt;/option&gt;<br />
&lt;optgroup label=&#8221;Furnitures&#8221;&gt;&lt;/optgroup&gt;<br />
&lt;option value=&#8221;chair&#8221;&gt;Chair&lt;/option&gt;<br />
&lt;option value=&#8221;bed&#8221;&gt;Bed&lt;/option&gt;<br />
&lt;option value=&#8221;window&#8221;&gt;Window&lt;/option&gt;<br />
&lt;/select&gt;</p>
<p><strong>Demo</strong></p>
<select name="optgroup"> <optgroup label="Vegetables"></optgroup><br />
<option>Brinjal</option>
<option value="carrot">Carrot</option>
<option value="tomato">Tomato</option>
<p> <optgroup label="Furnitures"></optgroup><br />
<option value="chair">Chair</option>
<option value="bed">Bed</option>
<option value="window">Window</option>
</select>
]]></content:encoded>
			<wfw:commentRss>http://www.tothetech.net/html/rarely-used-html-tags.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
