|
||||||||||||
Web Services Home |
|
Unordered ListsThe Un-numbered List is the first of the three types of lists. This is probably the most common list you will use.
The <ul> tag is the opening Unordered List tag. Between these two tags you place List Items, each one having an individual <li> opening tag. You can use an optional </li> closing tag, but it is not needed. There is no limit to the number of List Items you may have in a single list.
<---Back to Combining Links and Images On to Ordered Lists--->
|