<?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>Simplish Demo &#187; ordered list</title>
	<atom:link href="http://simplish-demo.pomfolio.com/tag/ordered-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplish-demo.pomfolio.com</link>
	<description>v.2.4</description>
	<lastBuildDate>Mon, 19 Oct 2009 04:25:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Lists</title>
		<link>http://simplish-demo.pomfolio.com/2008/06/20/lists/</link>
		<comments>http://simplish-demo.pomfolio.com/2008/06/20/lists/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:12:06 +0000</pubDate>
		<dc:creator>brianna</dc:creator>
				<category><![CDATA[list]]></category>
		<category><![CDATA[definition list]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[ordered list]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[unordered list]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=6</guid>
		<description><![CDATA[Lists]]></description>
			<content:encoded><![CDATA[<p>Simplish attempts to have good basic element style coverage, including your varieties of HTML lists:</p>
<h3>Ordered lists</h3>
<ol>
<li>contain lists</li>
<li>of numbered things</li>
<li>Can contain sub-lists
<ul>
<li>of other stuff,</li>
<li>even in a sub-unordered list</li>
</ul>
</li>
<li>Sublist, ordered
<ol>
<li>First sub-thing</li>
<li>Second sub-thing</li>
</ol>
</li>
<li>The End</li>
</ol>
<h3>Unordered lists</h3>
<ul>
<li>don&#8217;t</li>
<li>have</li>
<li>numbers</li>
<li>Sublists might be ordered
<ol>
<li>which might themselves be lists, in order</li>
<li>whether or not it&#8217;s groceries</li>
</ol>
</li>
<li>Or not
<ul>
<li>Positive</li>
<li>Negative</li>
</ul>
</li>
<li>The End, Part the Second</li>
</ul>
<h3>Definition Lists</h3>
<dl>
<dt>Definition List</dt>
<dd>An [X]HTML element that&#8217;s handy for word and acronym expansions, descriptions, and, yes, definitions.</dd>
<dt>UNIX</dt>
<dd>Isn&#8217;t an acronym.</dd>
<dt>GNU</dt>
<dd>Is. It stands for <strong>G</strong>NU&#8217;s <strong>N</strong>ot <strong>U</strong>NIX.</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://simplish-demo.pomfolio.com/2008/06/20/lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
