answersLogoWhite

0

    and create an unordered list. This means that the items are in no particular order. The
      tags also work with
    • tags but it created a bullet point instead of an automatic number.
        defines the list - whilst
      • defines each separate item in the list.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How many HTML Lists?

Lists in HTML are of 2 types i.e. UL and OL. UL defines the unordered list whereas OL defines ordered list.


What is a list in HTML?

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


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).


Css code ul class?

to modify any HTML tag just type the tag as the css property eg. ul { /*your css here*/ }


What is a simple list written in HTML that appears on a webpage or series of webpages?

For example <ul>List <li>point 1 <li>point 2 </ul>


How do you create and use an HTML table?

HTML tables are created by the <table> command. Inside the table we can use tags like <li>, <ul>,<ol> etc.


How do you write HTML Code?

You write in HTML by using a variety of codes such as <HTML><B><BR><UL><Color> ect, to tell the internet browser what to display, HTML coding is a way of getting the browser to display what you want it to, and where you want it to be placed.


What tag is used in ul type for give arrow sign?

UL stands for un-ordered list in HTML. The various elements can be said as List Items i.e. LI.


What is the correct HTML for making a checkbox in HTML?

this is for 2 simple cheakboxes number 1 number 2The "Type="cheakbox" is the important thing that changes the input into a boxHopefally i helped :D


How to make nested list using HTML tags?

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>


What is the function of LIST tag in HTML language?

There is no LIST tag in HTML. There are two tags that can help us create lists. <OL> to create ordered lists <UL> to create unordered lists


What is the need for HTML?

The need for HTML begin with the web. Development of web made the need of HTML more important.