Create nested lists

Report a typo

There is an output image given below. You need to modify only the HTML code below such that the result of the code will be the same as in the image below.

The layout template with two lists where the first one has three items ordered by reverse alpabet and the second one contains two nested lists with one list item

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>Create nested list</title>
</head>
<body>

</body>
</html>

Completed 1 of 10
A reveresed ordered list is present in the code.
The first list element of the ordered list is present.
___

Create a free account to access the full topic