Notes

Intelligently designed HTML allows search engines to infer the structure of our content, while CSS lets us display it to humans in beautiful ways.

Hello, CSS

CSS lets us style HTML elements. There’s also another page associated with this example.

List Styles

You can style unordered lists with the following bullets:

And you can number ordered lists with the following:

  1. decimal
  2. lower-roman
  3. upper-roman
  4. lower-alpha
  5. upper-alpha
  6. (and many more!)