answersLogoWhite

0

No. It is not a list with only one item on it. That's the definition of list - a group of items arranged in some sort of order.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

What is the tag for a unordered list?

An unordered list is defined by <ul> </ul> and ordered list is defined as <ol> </ol> Both of these list types take list items are their child elements. So: <ul> <li>Bulleted item 1</li> <li>Bulleted item 2</li> <li>Bulleted item 3</li> </ul> OR: <ol> <li>Numbered item 1</li> <li>Numbered item 2</li> <li>Numbered item 3</li> </ol>


How can you make a list that indicates the items with circles?

Use the CSS list-style-type, for example: <ul style="list-style-type:circle"> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul>


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 the full form of EIL?

Exception item list or Extraction item list


Which tag is used for displaying the unordered list with bullets?

Use the following to create an unordered (bulleted) list:Item 1Item 2Item 3The list will look like this:Item 1Item 2Item 3Code Breakdown Stands for unordered list, and begins the list. Stands for line item, and is a line item in the list. Ends the line item. Ends the unordered list.


What is a sentence for item?

i had an item on my list and it was a chair


How can you make a list that list does not have any symbol like bullet uage?

You use CSS to set the list's "list-style" property to "none." Like so. <ul style="list-style:none;" > <li>item 1</li> <li>item 2</li> <li>item 3</li> </ul> Works the same way with order <ol> lists.


What is HTML to list?

To make a numbered list in HTML, use the following code: <ol> <li>This would be item 1</li> <li>This would be item 2</li> <li>This would be item 3</li> <li>And so on...</li> </ol> The <ol> tag starts the numbered list, while the </ol> tag ends it. Each <li> tag starts a new item in the list. Each </li> tag ends an item in the list. Just be sure to remember to close each list item before beginning the next one or before ending the whole list, otherwise your list will not format properly. For a list without numbers (a bulletpoint list), simple replace the <ol> tag with a <ul> tag, and the </ol> tag with a </ul> tag. Hope this helps! :)


What type of HTML list wil automatically place a number in front of the item?

An ordered list: <ol> <li> First item <li> Second item <li> Third item <li> Fourth item <li> Fifth item </ol>


What is an action item?

An action item is a specific item on a list or agenda which requires further action.


How does the definition list differ from the ordered and unordered lists?

Ordered lists are numbered or lettered. Unordered lists usually have some form of bullet points. Both types of lists are straight lists, with all items having equal importance. A definition list allows you to have a main list with sub lists in it. So for example you could use a definition list to show Oscar categories and nominees. The main list would be the categories. For each category there would be a smaller list with the nominees. Those items would be pushed further in from the edge of the screen. You could have a list of teams and the players for each team. You could have a list countries and some of the cities for each one. So any list that has main headings and a list for each heading can be done with a definition list. It has 3 tags dl, dt and dd. dl starts a list and ends it. dt is for the main list items. dd is for the sub-list items. For example:Item 1 sub item 1a sub item 1b sub item 1cItem 2 sub item 2a sub item 2b sub item 2cItem 3 sub item 3a sub item 3b sub item 3c


How do you enumerate the different kinds of fraction?

Identify and list different kind of fractions.Allocate number 1 to the first item on the list, number 2 to the second and so on until you reach the end of the list!