answersLogoWhite

0

To nest a list in HTML, you simply put the child list into a list item of the parent list. The parents list item will completely encompass the nested list.

<ul>

<li>Item One</li>

<li>Item Two</li>

<li>Item Three

<ul>

<li>Item 3.1</li>

<li>Item 3.2</li>

</ul>

</li> <!--This is the end of item 3-->

<li>Item Four</li>

</ul>

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you make a personal bio data using HTML?

bio data using html


How do you make an eighth note in HTML?

You can produce an eighth note in HTML using the numerical indicator from UTF, and the &amp;. Enter the following code into your raw HTML document: &amp;#9834; This will produce a character that looks like this: &#9834; You can find a list of other special characters in HTML in the related links.


How do you make a list inside a list in HTML?

To make a list within a list, you will create another OL or UL element within one of the LI elements of the outer list.


How do you make a program using HTML?

HTML is not used for making programs. It is used for making websites.


How do you use notepad to make a webpage?

Using HTML Codes


How do you make a register page in HTML?

You can easily make a register page in HTML using the &lt;form&gt; attribute. The form will contain the registration details.


Can you make a digital clock that automatically updates using HTML or javascript and How?

== ==


How can you make a list that lists the items with bullets in HTML language?

Like this:first entrysecond entry...'ul' is 'unordered list', using bullet points. 'li' is an item in the list.See related link to w3schools, they have a nice overview of all the HTML tags.


How do you make a website like naruto arena?

by using HTML or CSS code we make website.


How do you save HTML text pages?

with a .html extension.....If your have made a page using just notepad ect just save as normal but make sure it has the .html or .htm extensionfor examplemywebpage.htmlormywebpage.htmif using proper webpage building software it will do it for you


How-to use HTML to make leaves and ivy borders?

Leaves will have to be made using a graphics editor. Ivy borders can be simulated with HTML and CSS.


How to make a Show Hide HTML?

You cannot make an html for show hide, one can simply use javascript to create the show hide code that you are looking for. Depending on what you want, the code is fairly simple using a javascript html code resources.