TOP CATEGORIES

×

How to create nested unordered list in HTML?

R

revathi

<html>

<head>

</head>

<body>

<ul>

<li>he>/li>

<li>hf</li>

</ul>

</body>

</html>

1 votes

M

MK Genius

Nested Unorderlist mentioned below:

<ul>    //Normal Unordered List//

      <li>List 1</li> 

      <li>List 2</li> 

      <li>List 3</li>

      <li>List 4

            <ul>    //Nested Unordered List//

                  <li>List 1</li>

                  <li>List 2</li>

                  <li>List 3</li>

            </ul>

      <li>

</ul>

1 votes

Your Answer

Email: advertise@gdatamart.com

Donate: To Support US

© 2024 GDATAMART.COM (All Rights Reserved)