Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.
Unordered List Tags
Unordered lists are used to indicate 'ingredients' on a matter. For example, if you are listing the ingredients of a cookie, you wouldn't want to use an ordered list, so instead, you use the unordered tags.
Example: <ul><li>This is an item.<li>In an unordered list.</ul>.
This example would look like:
- This is an item.
- In an unordered list.
To learn about how to put items within the unordered list, refer to: li tag.
