answersLogoWhite

0

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 1c

Item 2
sub item 2a
sub item 2b
sub item 2c

Item 3
sub item 3a
sub item 3b
sub item 3c

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

HTML supports which types of lists?

There are 3 different types of list in X/HTML. Ordered lists, unordered lists, and definition lists. Order lists are made using the OL tag and LI (list items), and display, by default, in a format that is numbered sequentially, starting at 1. The number system, by default is Arabic. Unordered lists are made using the UL tag and list items. They display with bullets preceding each list item. Definition lists are made using the DL tag (definition list) and contain DT (definition term) and DD tags (Definition definition). By default, the definitions are indented from the terms, without other formatting.


What is one effective method for studying and memorizing ordered or unordered lists"?

One effective method for studying and memorizing ordered or unordered lists is to use mnemonic devices, which are memory aids that help you associate the items in the list with easier-to-remember cues or patterns.


What are the different types of lists in HTML?

There are 3 different types of list in X/HTML. Ordered lists, unordered lists, and definition lists. Order lists are made using the OL tag and LI (list items), and display, by default, in a format that is numbered sequentially, starting at 1. The number system, by default is Arabic. Unordered lists are made using the UL tag and list items. They display with bullets preceding each list item. Definition lists are made using the DL tag (definition list) and contain DT (definition term) and DD tags (Definition definition). By default, the definitions are indented from the terms, without other formatting.


When is it appropriate to use an unordered list in HTML?

Any time that you want to put a list of items on your page but don't need to have them numbered or lettered. Ordered lists put numbers or letters in front of the items, whereas unordered lists don't. For many lists there is no need for any numbers or letters, just the items themselves, so that is when you use an unordered list.


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 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 does the code li mean?

list item. it is the child of either <ul> - unordered list, or <ol> - ordered list in html


Difference between ordered and unordered list?

unordered list: delineates a list, where the items are generally of equal importance and do not need to go in any particular order. Each item begins with a tag. Unordered lists may be nested inside unordered lists or inside any other types of lists (one list inside of another list inside of another list). A line space automatically is inserted before and after an unordered list (that is, an entire line is skipped between an unordered list and any text before and after it), except for (on most browsers) a list nested within another list.ordered list: delineates a list, where the items are in sequential, numerical order. Each item begins with a tag. Ordered lists may be nested inside ordered lists or inside any other types of lists (one list inside of another list inside of another list). A line space automatically is inserted before and after an ordered list (that is, an entire line is skipped between an ordered list and any text before and after it), except for (on most browsers) a list nested within another list.


What does li tag creates when used in an unordered lists?

The LI tag creates a list item. In an unordered list, this item is bulleted by default in most browsers.


What list offsets information in a dictionary like style?

In Python, lists are indexed by integers to access elements, whereas dictionaries use keys to store and retrieve values. Dictionaries are unordered collections of data with key-value pairs, while lists are ordered collections of elements.


Explain bullet and numbering in detail?

Bullets and numbering allow you to organize text in lists. Bullets are useful for unordered lists in which each item is not significantly more important than others.


Bulleted lists are also called what?

Ordered list