{ LearnWebSiteDesign.com }

HTML, HTML5, XHTML, CSS and CSS3 Tutorials

HTML List Tutorials

This tutorial shows you how to create ordered and un-ordered lists in HTML.

How To Create Un-ordered Lists

A starting <ul> tag and an ending </ul> tag define an un-ordered list. Nested within the <ul> tags are starting <li> tags and ending </li> tags which define each list item.

You can place text and HTML elements including images, hyperlinks, paragraphs, other lists, etc. within a list item.

<ul> <li>un-ordered list item</li> <li>un-ordered list item</li> <li>un-ordered list item</li> </ul>

The image below shows how an un-ordered list would look in a web browser.

unordered list

How To Create Ordered Lists

A starting <ol> tag and an ending </ol> tag define an ordered list. Nested within the <ol> tags are starting <li> tags and ending </li> tags which define each list item.

<ol> <li>ordered list item</li> <li>ordered list item</li> <li>ordered list item</li> </ol>

The image below shows how an ordered list would look in a web browser.

ordered list

Tutorials

Templates

References

Sponsors

You can get your website online using Velnet, a leading UK web hosting provider. They provide free template and installation for WordPress blogs. Discuss webmaster related topics at Webmaster Serve, a Webmaster SEO forum

SouthernWebGroup.com provides high quality website design in Atlanta, GA as well as around the world.

Find low cost cheap website hosting and domain registration.

Browser our free no ads web hosting directory and find the free web hosting that's right for you and your budget.

Advertise your web design and web development related products and services here.

Recommended

Download free css web hosting templates that are easy to edit at FreeWebHostingTemplates.com.

Friends