Computer Science, asked by riyashah47, 9 months ago

A list of three items Microphones" "earphones
speakers using Roman numbers in html

Answers

Answered by nitishyumnam3338
1

Answer:

<!doctype html>

<html>

<head>

</head>

<body>

<ol start=1 type=I>

<li>Microphone

<li>Earphone

<li>Speakers

</ol>

</body>

</html>

Similar questions