- index.html
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Multilevel list</title>
</head>
<body>
<h1>Course Sections</h1>
<ol>
<li>
Heading Tags
<ol>
<li>h1</li>
<li>h2</li>
<!-- add the nested list items here -->
</ol>
</li>
<li>List Tags</li>
<li>Forms Tags</li>
</ol>
</body>
</html>
You have moved to another page
GoalsCompleted
0
- Add two more items to the "Heading Tags" sublist.