List Styles

List bullets

List numbers

List positions


Exercises

  1. Create an HTML page and a new CSS file, link the CSS file in the HTML page.
  2. In the CSS, add 3 styles for bullet types. In the above page, add 3 unordered lists, and apply the styles.
  3. In the CSS, add 3 styles for number types. In the page, add 3 ordered lists, and apply the styles.