Create an ordered list to display names of 4 metropolitan cities
Answers
Answered by
0
Answer:
coding for ordered list to display names of 4 metropolitan cities..in the explanation box
Explanation:
<html>
<head>
<title>...</title>
</head>
<body>
<ol>
<li>....</li>
<li>...</li>
<li>..</li>
<li>..</li>
</ol>
</body>
</html>
Similar questions