SyntaxStudy
Sign Up
Home HTML Exercises HTML Lists

HTML Lists

Beginner

Complete the sentences about ordered and unordered lists.

An unordered (bullet) list uses the <> tag.

An ordered (numbered) list uses the <> tag.

Each item in any list uses the <> tag.

A description list uses <dl>, with <> for terms and <> for definitions.