Computer Science, asked by Saviya40708, 5 months ago

Create an ordered list to display names of 4 metropolitan cities

Answers

Answered by reema6121
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