Computer scienceFrontendHTMLBasic TagsLists

Unordered list and types

Square bullets

Report a typo

Suppose that there are only two items namely Cereals and Bread in the list of groceries that you created while solving the last exercise. You need to change the style type of the lists from bullets to squares.

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 5
Add an unordered list tag.
Add list tag having the text as Cereals.
___

Create a free account to access the full topic