answersLogoWhite

0

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.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

List down 3 common tags in HTML what is a command to include a comment in HTML?

3 Tags:To put a comment you put them inside on your page.


What is a list in HTML?

A list in HTML defines a collection of items. List can be ordered (OL) or Unordered (UL).


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


Why use HTML tags?

Tags are the basic rules in HTML like if you wanted to add a dotted list you can use the ul tag and you can add images with the img tag and you can make the image a link by nesting the img inside a link tag but i believe the most useful tag is the div tag


What does a double ul in a HTML cause?

A UL directly inside another UL causes a validation error. If the second UL is inside a list element (LI) then it will cause a secondary list to be displayed, indenting again (by default in most browsers).


How do you create web by HTML tages?

Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.


What do you mean by HTML header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


What is the HTML code to make link inside a table?

You have to use the anchor tag to make a link. The code will be <a><table>Table-Stuff</table></a>.


What are the different elements of HTML?

HTML has included a number of elements into it. Head, Body, HTML are some of the elements defined inside it.


A list of rainforests?

www.a_to_zrainforestlistings.com/list1.html


How do you create a simple JavaScript message inside the HTML?

You need to type the following code to create a simple JavaScript message inside the 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 &. Enter the following code into your raw HTML document: ♪ This will produce a character that looks like this: ♪ You can find a list of other special characters in HTML in the related links.