mention the attributes required to build an ordered list
Answers
Answered by
0
Answer:
Input
<html>
<head>
<title>Order list</title>
</head>
<body>
<ol>
<p>Fruit name<p>
<li>Apple </li>
<li>Mango </li>
<li>Banana </li>
</ol>
</body>
</html>
Output
Fruit
- Apple
- Mango
- Banana
Please mark as brainllist and follow me.
Similar questions