4. Write the HTML code to produce the following output:
• COMPUTER
1) Mouse
2) Keyboard
•MS OFFICE
1) Power point
2) Excel
3) Word
Answers
Answered by
2
<html>
<head><title>list in a web page</title></head>
<body>
<!--Ankitraj707-->
<ul type="disc">
<li>COMPUTER
<ol type="1">
<li>Mouse
<li>Keyboard
</ol>
<li>MS OFFICE
<ol type="1">
<li>Power point
<li>Excel
<li>Word
</ol>
</ul>
</body>
</html>
- COMPUTER
1. Mouse
2. Keyboard
- MS OFFICE
1. Power Point
2.Excel
3.Word
Similar questions