|
Another handy feature of HTML is the ability to construct lists. Lists can be ordered (numbered) or unordered or definition lists. In the left pane are two examples of lists. In the right page is the way that those lists will render in your browser. Following that is an explanation of each element of this snippet. |
|
|
|
|
Tags this tutorial has yet to cover:
|
|
After
the start of our body tag in the short web page example above, we start
with a short paragraph introducing the list (this was optional).
Next the |
|
|
Below is another example, this time using a fancier list. There are also more list tag attributes available if you choose to delve further into list structures. |
|
|
Topics which may be included in HTML 102
|
Above
we tried to get a little slick with our lists, nesting three lists inside
each other. We introduce the list with an optional <h3>
heading
statement followed by a line of comment.
Next
we specify an At
item #4, "Image maps", we insert another list type, also
ordered, but this time we chose to order the list with alphabetic
notations, Inside
item #6, which we happened to |
|
|
Email: |
raykelly@rakelly.com |