A list of three items Microphones" "earphones
speakers using Roman numbers in html
Answers
Answered by
1
Answer:
<!doctype html>
<html>
<head>
</head>
<body>
<ol start=1 type=I>
<li>Microphone
<li>Earphone
<li>Speakers
</ol>
</body>
</html>
Similar questions