|
|
Lists can be nested (list inside list): |
<!DOCTYPE html>
<html>
<body>
<h2>A Nested List</h2>
<p>Lists can be nested (list inside list):</p>
<ul>
<li>Coffee</li>
<li>Tea
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
</li>
<li>Milk</li>
</ul>
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML Lists |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference