12. Write HTML code to produce following lists:
e Story Books
f. Computer Books
Text Books
h. General Books
Answers
Answered by
9
Answer:
<ol type="a" start = "5">
<li>Story Books </li>
<li> Computer Books </li>
<li> Text Books </li>
<li> General Books </li>
</ol>
Similar questions