<?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>webinfinite.com &#187; HTML List Tags</title>
	<atom:link href="http://webinfinite.com/tag/html-list-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://webinfinite.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Jun 2010 16:26:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HTML Lists</title>
		<link>http://webinfinite.com/html/html-lists/</link>
		<comments>http://webinfinite.com/html/html-lists/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:29:28 +0000</pubDate>
		<dc:creator>webinfinite</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML List Tags]]></category>

		<guid isPermaLink="false">http://webinfinite.com/?p=151</guid>
		<description><![CDATA[So you want to learn how to create HTML Lists? That&#8217;s why you are here right? Here is a list of HTML list tags you can use. &#60;ol&#62; Defines an ordered list &#60;ul&#62; Defines an unordered list &#60;li&#62; Defines a list item &#60;dl&#62; Defines a definition list &#60;dt&#62; Defines a term (an item) in a [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to learn how to create HTML Lists? That&#8217;s why you are here right?</p>
<p>Here is a list of HTML list tags you can use.</p>
<table class="reference" border="1" cellspacing="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.w3schools.com/tags/tag_ol.asp">&lt;ol&gt;</a></td>
<td>Defines an ordered list</td>
</tr>
<tr>
<td><a href="http://www.w3schools.com/tags/tag_ul.asp">&lt;ul&gt;</a></td>
<td>Defines an unordered list</td>
</tr>
<tr>
<td><a href="http://www.w3schools.com/tags/tag_li.asp">&lt;li&gt;</a></td>
<td>Defines a list item</td>
</tr>
<tr>
<td><a href="http://www.w3schools.com/tags/tag_dl.asp">&lt;dl&gt;</a></td>
<td>Defines a definition list</td>
</tr>
<tr>
<td><a href="http://www.w3schools.com/tags/tag_dt.asp">&lt;dt&gt;</a></td>
<td>Defines a term (an item) in a definition list</td>
</tr>
<tr>
<td><a href="http://www.w3schools.com/tags/tag_dd.asp">&lt;dd&gt;</a></td>
<td>Defines a description of a term in a definition list</td>
</tr>
<tr>
<td><a href="http://www.w3schools.com/tags/tag_dir.asp">&lt;dir&gt;</a></td>
<td class="deprecated">Deprecated. Use &lt;ul&gt; instead</td>
</tr>
<tr>
<td><a href="http://www.w3schools.com/tags/tag_menu.asp">&lt;menu&gt;</a></td>
<td class="deprecated">Deprecated. Use &lt;ul&gt; instead</td>
</tr>
</tbody>
</table>
<p>Here is an example of an unordered list.</p>
<p>An unordered list starts with the &lt;ul&gt; tag. Each list item starts with the &lt;li&gt; tag.</p>
<p>&lt;ul&gt;<br />
&lt;li&gt;Hockey&lt;/li&gt;<br />
&lt;li&gt;Football&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>Result</p>
<ul>
<li>Hockey</li>
<li>Football</li>
</ul>
<p>&lt;ol&gt;<br />
&lt;li&gt;Hockey&lt;/li&gt;<br />
&lt;li&gt;Football&lt;/li&gt;<br />
&lt;/ol&gt;</p>
<p>Result</p>
<ol>
<li>Hockey</li>
<li>Football</li>
</ol>
<p>Experiment with the other tags to see what you get. Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://webinfinite.com/html/html-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
