Pixel Pals PCC HTML Elements

Display items in a list (ul or ol tag).

Ordered list:
  1. HTML
  2. CSS
  3. JS

The ordered list above reversed HTML5 attribute indicates descending order. List types: 1 – default decimal, a – alphabetical, A – alphabetical uppercase, i – lowercase Roman numbers, I – uppercase Roman numbers.


Unordered bullet list:

You can specify the following types, but these are not supported in HTML5: disc, square, circle. Use CSS instead for this use case.