search engine optimization articles do it yourself seo hiring search engine experts html and search engine optimization web site analysis and submission service

HTML List Item Tutorial

Browser Support

Internet Explorer Firefox Opera Safari Chrome

The list item tag defines a list item for ordered and unordered lists.

An ordered list is one where each item is preceded by an alphanumeric indicator. An unordered list is where each item is preceded by a bullet character.

Here's is a simple example of an ordered and an unordered list:

Ordered List

  1. Item One
  2. Item Two
  3. Item Three

Unordered List

  • Item One
  • Item Two
  • Item Three

Here is the code for those two lists:

Ordered List

<ol>
<li>Item One</li>
<li>Item Two</li>
<li>Item Three</li>
</ol>

Unordered List

<ul>
<li>Item One</li>
<li>Item Two</li>
<li>Item Three</li>
</ul>

Using CSS you can change the list markers for both ordered lists and unordered lists. I have a tutorial showing how linked up below.

Based on your interest in this tutorial you may also be interested in:

This concludes the HTML List Item Tutorial.
Back | HTML Tag Chart | HTML Index | Web Design Tutorials
search engine optimization course
If you want your web site to rank high in the search engines . . . what are you going to do to get it there? Check out my search engine optmization guide, SEO for YOU: Search Engine Optimization for Ordinary Everyday People!

Check out SEO for YOU now!

Almost a Newsletter

Subscribe today for exclusive website design tutorials and grab some free gifts to boot! Learn more, or subcribe below:
Email:

First Name:

Privacy Policy

Did you know...

The member's site has about 100 standards compliant HTML and CSS tutorials, 31 handy reference charts, reprintable content, web graphics, exclusive fonts, free software, free ebooks and more? All this for less than 9 cents a day! [ Details ]
See my fancy bottom! :)