Things You'll Need:
- Plain text editor
-
Step 1
Find or insert a
ULorOLelement in your HTML page to hold the list items you will define.ULis for unordered (bulleted) lists, whileOLis for ordered (numbered) lists. -
Step 2
Within the list element (between the opening
and closing, add list items using the code below:- This is the list item
-
Step 3
Add any additional HTML formatting you want, such as
...for bold, within the list item. -
Step 4
Apply CSS properties such as
list-style, or attributes such asTYPEto change the type of bullet used for unordered lists.










