LISTS
/ MENUS |
||||||||||||||||||
| While using HTML you will find there is a code for everything. Including Lists/Menus. This is just an easy way to configure and point out certain pieces of information, or to make a detailed list. To create a bulleted list you need to add a <ul> and a </ul> tag at the beginning and the end of the list.Numbered lists have <ol> tags instead of <ul> tags.To separate single list items use <li> and </li> tags.There are special settings that you can use to customize the lists on your page. | ||||||||||||||||||
EXAMPLE |
||||||||||||||||||
|
||||||||||||||||||
BULLET OPTIONS | ||||||||||||||||||
There are different variations of bullet options. (The bullet is the solid black circle outside of the list item) The following are the 3 most used. The 3 most used bullet options are:
|
||||||||||||||||||
EXAMPLE |
||||||||||||||||||
| ||||||||||||||||||
OTHER BULLET OPTIONS | ||||||||||||||||||
| There are numerous variations. In the next paragraph you will find the names, the codes, and the examples of the variations. | ||||||||||||||||||
EXAMPLE (S) | ||||||||||||||||||
| ||||||||||||||||||