Html4newbies
Put your hands into html and php
Home
Privacy
About
Contact

News Feed
Newsfeed
Free Php Snippets
Php Snippets 1
Php Snippets 2
List

For as low as $25 you can get 5 scripts of your choice

Unordered Lists

<ul>
<li>Mom</li>
<li>Dad</li>
</ul>

Example 1

  • Mom
  • Dad

Ordered Lists

<ol>
<li>Mom</li>
<li>Dad</li>
</ol>

Example 2

  1. Mom
  2. Dad

Ordered Lists Lettered

<ol type="A">
<li>Mom</li>
<li>Dad</li>
</ol>

Example 3

  1. Mom
  2. Dad

Ordered Lists Roman numbers

<ol type="I">
<li>Mom</li>
<li>Dad</li>
</ol>

Example 4

  1. Mom
  2. Dad

Ordered Lists Roman numbers Lower case

<ol type="i">
<li>Mom</li>
<li>Dad</li>
</ol>

Example 5

  1. Mom
  2. Dad


Copyright © 2002-2008 Html4newbies - HarlandScripts.com NetWork  ( 177 )