Table of Contents of The Book

Report a typo

Create any nested list with HTML with two levels of nesting like the one below:

  1. Foundations of Data Systems
    1. Reliable, Scalable, and Maintainable Applications
    2. Data Models and Query Languages
  2. Distributed Data
    1. Replication
    2. Partitioning

Note! You can use any content for this list, just keep the structure and the number of elements.

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>Table of Contents of The Book</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>
</html>


Completed 1 of 4
Add a top-level ordered list
Add nested ordered lists
___

Create a free account to access the full topic