Write an HTML document to create a web page to list the five ingredients of tea.(The list should be an ordered list.)
Answers
Answered by
2
Answer:
<html>
<head>
<title>
Five Ingredients of Tea
</title>
</head>
<body>
<ol>
<li>Milk </li>
<li>Water </li>
<li>Tea Leaves </li>
<li>Sugar </li>
<li>Garlic</li>
</ol>
</body>
</html>
Explanation:
Please mark me as Brainliest. Please
Similar questions