Computer Science, asked by tchoudhary85002, 1 month ago

Please answer as soon as possible because tomorrow is my exam and don't give irrelevant answers otherwise I will report your answer​

Attachments:

Answers

Answered by Aditya4111Upadhyay
0

Answer:

<!DOCTYPE html>

<html lang="en">

<head>

<title>Page title</title>

</head>

<body>

<h1 style="text-align: center">My School Library</h1>

<p>My school has a big library with lots of books. Click on any of the categories to see the list of books available:</p>

<ol>

<li>Fiction</li>

<ul>

<a href="#"><li>Mystery</li></a>

<a href="#"><li>Comedy</li></a>

<a href="#"><li>Drama</li></a>

</ul>

<li>Reference Books</li>

<ul>

<a href="#"><li>Science</li></a>

<a href="#"><li>Maths</li></a>

<a href="#"><li>Social Science</li></a>

</ul>

</ol>

</body>

</html>

Similar questions