Computer scienceFrontendHTMLBasic TagsLists

Unordered list and types

Unordered list

Report a typo

Oh no! You ran out of food in your fridge. So now you have to make a list of groceries.

Make the groceries list using the unordered list element, and add all the things you need to buy.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopping list</title>
</head>
<body>
<!-- Add HTML tags below this line -->
</body>
</html>
Completed 1 of 3
Add an unordered list tag
Add a list tag
___

Create a free account to access the full topic