Create a HTML document using the following information... CARS- lamborghini, bmw, Mercedes and BIKES- ninja, Duke
Answers
Answered by
1
Sample Program to create a HTML document:
<html>
<body>
<dt>CARS</td>
<ol type="1">
<li>Lamborghini</li>
<li>BMW</li>
<li>Mercedes</li>
</ol>
<dt>BIKES</dt>
<ol type="1">
<li>Ninja</li>
<li>Duke</li>
</ol>
</body>
</html>
Hope it helps!
Answered by
1
GOOD MORNING (◍•ᴗ•◍)❤
Similar questions