How to create nested unordered list in HTML?

LAST READ: APR 15 2024 | Q. BY: SWATI SHANKAR

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 Us: advertise@gdatamart.com

Donate Us: Support to GDATAMART

LifeStyle & Fun

© 2024 GDATAMART.COM (All Rights Reserved)