Computer Science, asked by vanshikamotwani122, 3 months ago

Q6. Write Html program of nested list given​

Answers

Answered by ROSEMARIE001
0

Answer:

MAYBE THIS WILL HELPS YOU:

<!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>

HOPE IT WILL HELP YOU IN STUDIES.

Similar questions