|
HOME articles tutorials tool directory books about |
|
|
|
Our Other Sites
|
Creating Bulleted or Numbered ListsAnother easy thing you can do with HTML is create lists. Lists can be numbered (called ordered) or bulleted (called unordered). When you use an HTML list tag, the bullets or numbers are inserted automatically before each line item. An ordered list looks like this:
Between the list opening and closing tags are a series of list item <LI> tags. These tell the browser where to put the bullets or numbers. Closing </LI> tags are optional. You can add them if you like, but it won't cause an error if you don't. So to create a list like the first (numbered) one above, you'd write the following HTML:
<OL> You can control the starting number, as well as the style of both bullets and numbers, by using attributes available for <OL> and <UL>. If you want to use them, check an HTML reference such as the one at the end of the Cheap Web Tricks book for the exact syntax. |
|
|
HOME articles tutorials tool directory books about (c) copyright 2000-2010 Anventure. All
Rights Reserved.
|
||