Computer Science, asked by Anonymous, 1 year ago

Create a HTML document using the following information... CARS- lamborghini, bmw, Mercedes and BIKES- ninja, Duke

Answers

Answered by siddhartharao77
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 Anonymous
1

GOOD MORNING (◍•ᴗ•◍)❤

Similar questions