Want to create interactive content? It’s easy in Genially!

Get started free

HTML list

Laura Abigail Adame Narvaez

Created on November 6, 2023

Start designing with a free template

Discover more than 1500 professional designs like these:

Transcript

HTML LIST

What is a list on HTML?

How to create a list on HTML:

The <li> HTML element is used to represent an item in a list. It must be contained in a parent element.

In HTML, we can create an ordered list using the <ol> tag. The ol in the tag stands for an ordered list.

Create an ordered list on HTML about your favorite animals.

What is the difference between an ordered and unordered list?

An unordered list ( <ul> ) is used to create a list of items in no particular order i.e. the order of items is not relevant.Whereas, an ordered list ( <ol> ) is used to create a list of items in a specific order.

1. Pigeons 2. Dogs 3. Cats 4. Frogs 5. Albatros 6. Rats

VS

Create an unordered list on HTML about your subjects.

TechnologyBiology History Civics 'n Ethics