Latest Lists

How can you make a list that lists the items with numbers and items with bullets on the html as<ol><list

Public Comments

  1. Here's the HTML code for an unordered (bulleted) list that is inside an ordered list. Used with a stylesheet you can set the margins for each so that it appearance meets your requirements. <p>List</P> <ol> <li>Coffee</li> <ul> <li>Sugar</li> <li>Milk</li> </ul> <li>Milk</li> </ol> the reference includes links to most of the other HTML code.
Powered by Yahoo! Answers