|
|
Drifting Designs Tutorials > > Coding > > HTML > > Unordered ListsBasic Unordered List Different Bullets Images as Bullets Basic Ordered List
To make your own unordered list, use the following code -
Explanation: "<ul>" stands for "unordered list". The "<li>"s tell what is supposed to be listed. Replace the tree names with whatever you want. Remember that the list can be extended to however long you want. Just keep adding the "<li>" lines. Different Bullets This will produce a list bulleted by simple circles, like the one below.
Want square bullets? Use the following code -
which will produce - Images as Bullets For example, the list belwo is bulleted with this image - |
|
|||||||||||||