← Back to HTML
06

Lists and Links: Navigable Structure and Useful Content

Learn when to use unordered, ordered and definition lists, and build links that are clearer, safer and more helpful for both people and search engines.

📘 Theory

Choose the Right Type of List

Each list type has a different job.

`ul` works when order does not matter. `ol` works when sequence matters. `dl` works when you are pairing a term with its explanation.

The important skill is not memorizing names, but recognizing the content pattern you actually have.

  • Use `ul` for collections without sequence.
  • Use `ol` for steps, rankings or ordered instructions.
  • Use `dl` for term-definition pairs such as glossaries or compact technical facts.

🧪 Learn by doing

🏁 Challenges

🧰 Resources

Test

Check your knowledge with a test about HTML.

Test for HTML

What is this?

I'm Cristian Eslava and I sometimes build websites so both you and I can learn and experiment. culTest

I made this in February 2026 to make learning easier for my students. The idea is to learn web development by practicing and to keep expanding the project with new topics, tests and challenges.

It draws inspiration from MDN, W3Schools, CodePen, Manz and many other web development references. I wanted to combine useful theory, runnable examples, challenges and the testing system I had already built for culTest. culTest

If you liked it, if you didn't, or if you want to get in touch, write to me at cristianeslava@gmail.com