HTML Tutorial for Beginners - 03 - Ordered and Unordered lists

7 months ago
29

In this video, we're going to talk about two types of lists in HTML: ordered lists and unordered lists. Let's break it down in simpler terms:

Ordered Lists: These are like making a to-do list. You have a clear order or sequence, like first, second, third. In HTML, we use numbers (1, 2, 3) to show this order.

Unordered Lists: These are more like a collection of items without any specific order. It's like gathering things in a basket without worrying about their sequence. In HTML, we use bullets or other symbols to represent these items.

So, ordered lists are for when you want to list things in a specific order, like steps in a recipe. Unordered lists are for when you just want to list things without caring about the order, like a shopping list where the items don't need to be in any particular sequence.

Loading comments...