Recent

6/recent/ticker-posts

HTML (14)

HTML (14)

10 ways to fix a slow computer | Fox News



Nested List
List can be nested.You can also have a number of Paragraph,each containing a nested list in a single list item.

Example ↓↓↓↓↓

<html>
<head>
<title>My Page</title>

</head>
<body>
<ul>
<li>Fruits</li>
<ul type "circle">
<li>apple</li>
<li>banana</li>
<li>orange</li>
</ul>
</body>
</html>

Post a Comment

0 Comments