Nested List Tag
Hello Friends...!!
This is HTML Coding Practical:
- Nested List Tag Script
Script: -
<html>
<head>
<title> Nested List </title>
</head>
<body>
<b><u> MS OFFICE </u></b>
<ul>
<li>INPUT DEVICES
<ul>
<li>KEYBOARD</li>
<li>MOUSE</li>
<li>SCANNER</li>
</ul>
<li>OUTPUT DEVICES
<ul>
<li>PRINTER</li>
<li>PLOTTER</li>
<li>MONITOR</li>
</ul>
<li>MEMORY DEVICES</li>
</ul>
</body>
</html>
Output: -
If you have any doubts
mention in the Comment Box.
Please
follow my Blog, Share and Comment.
Comments
Post a Comment