Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 2: HTML Essentials: Elements and Lists!
Instruction
How to Format Lists in HTML and CSS
Below are examples of formatting lists with different styles for bullets, numbering, and alignment adjustments. Each section includes the HTML code and the resulting output you would see in a browser.
Changing Bullets for an Unordered List
Using the list-style-type
and list-style-image
properties, you can alter the bullet styles of an unordered list.
HTML Code: ...