<?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; html tutorial</title>
	<atom:link href="http://siteshrine.net/tag/html-tutorial/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>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>

