Tutorial #7:
|
Lists are a simple, yet effective aspect of a web page. Lists can make you actually look like you know what you are doing. Read this simple, easy tutorial and you will be able to make your own.What are some advantages of lists?Lists are good for:
<li>Organizing information <li>Presenting it in a clear, concise way <li>Making your site look "professional". </ul>
Bullet effectsYou can change the style of the bullet. There are three different types: disc, circle, and square. disc is the default. Here is how to change the bullet type:
<ul type="disc">
Ordered ListsOrdered lists are good for:
<ol type=A> Type "A" orders things alphabetically in uppercase, and type "a" orders things alphabetically in lowercase. Type "I" orders things using uppercase Roman numerals, and type "i" orders things using lowercase Roman numerals. That's all that there is to lists. The next tutorial is a long one, but it's worth the time. Click here to learn how to make and manipulate tables. |