Regular Bullets: Disc type.
Using the simple Disc type regular bullets is one way that one can use to organize and present their web content in a more proffesional manner.
Bullets can be employed to list those main points that the web developer is tying to convey across to his or her visitors.
Here is the Html code to use:
<uL
type="disc">
<LI>List item 1
<LI>List item 2
<LI>List item 3
<LI>List item 4
</uL> |
Example: This is how your items will be listed using the above code:
- Your Item 1 will be listed here
- Your Item 2 will be listed here
- Your Item 3 will be listed here
- Your Item 4 will be listed here
once you copy and paste this code, don't forget to change the bold text to suite your needs.
Close the regular bullets window and return to Html JavaScript examples

|