Open main menu
Home
Random
Log in
Settings
About MyWikiBiz
Disclaimers
MyWikiBiz
Search
Changes
← Older edit
Newer edit →
User:Jon Awbrey/SCRATCHPAD
(view source)
Revision as of 13:54, 30 November 2011
369 bytes added
,
13:54, 30 November 2011
→Ordered List Formats
Line 210:
Line 210:
==Ordered List Formats==
==Ordered List Formats==
+
+
===Simple===
+
+
<ol style="list-style-type:decimal">
+
<li>Item 1</li>
+
<ol style="list-style-type:lower-alpha">
+
<li>Item a</li>
+
<li>Item b</li>
+
<li>Item c</li>
+
</ol>
+
<li>Item 2</li>
+
<ol style="list-style-type:lower-latin">
+
<li>Item a</li>
+
<li>Item b</li>
+
<li>Item c</li>
+
</ol>
+
<li>Item 3</li>
+
</ol>
+
+
===Complex===
<ol style="list-style-type:decimal">
<ol style="list-style-type:decimal">
Jon Awbrey
12,080
edits