Ordered and Unordered Lists (v1)

Introduction

Ordered and unordered lists are heavily used in most websites. It’s not just for bullet-points and numbers… they are also used in creating horizontal navbars and long collections of objects (like a list of pictures of items for sale). They often take the place of tables as the method of choice for displaying structured content.

Learning Objectives

  • What is the basic list syntax?
  • How do you nest lists inside each other?

Study

  1. Read Shay Howe on Lists (including CSS)
  2. Browse HTMLGoodies’ rapid fire guide to different list types
  3. Glance over the HTML docs on lists… you’ll probably see them again when you’re Googling for a problem!

Additional Resources

UPDATED: 22.03.2021

CONTRIBUTORS: