Write the output for the following HTML codes.
1.
<html>
BEW
<head><title>Numbering</title> </head>
SEN
<body>
<ol>
<li>Neelkanth </li>
<li> Asmita </li>
<li> Prachi </li>
</ol>
</body>
</html>
Answers
Answered by
1
Explanation:
1.Neelkanth
2.Asmita
3.Prachi
note: u can just copy paste these codes n save it with .html extension and compile it to see the results...
Thanks!
Pls Mark as Brainliest
Similar questions