Latest Lists

Difference between ordered and unordered list?

Difference between <UL>unordered list</UL> & <OL>ordered list</OL>

Public Comments

  1. You can find information on the standard on w3c.org: http://www.w3.org/TR/html401/struct/lists.html Basically, an unordered list has numerical or alphabetical bullets whereas unordered lists use symbolic bullets such as circles or squares. However, often times, developers will use server side languages, such as PHP, to produce the numbers and then use an unordered list anyway. Using server-side scripting to produce the bullets allows for greater flexibility in design.
Powered by Yahoo! Answers