answersLogoWhite

0

Definition of list

User Avatar

Anonymous

15y ago
Updated: 8/16/2019

a list is a collection of objects, usually with some common characteristic or purpose, recorded in sequence. the sequence may or may not have an order.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What type of HTML list would be good to use to display a list of terms and their definitions?

A definition list would be good for that. Use the <dl> (definition list), <dt> (definition term), and <dd> (definition description) tags. Here is the syntax of the list: <dl> <dt></dt> <dd></dd> <dt></dt> <dd></dd> </dl>


The definition of label?

the definition of label ids when you list or plan to write somthing fat hoe


What is the Definition of inventory?

A complete list of items that are obtained.


How do you build definition lists?

<dl> definition list <dt></dt> definition tag <dd></dd> data definition <dt></dt> <dd></dd> </dl>


What is the definition of competitive supply?

list examples of competitive supply


What is the definition of categorize?

To insert in a category or list; to class; to catalogue.


What is the definition of a recipe poem?

A list of ingredients in the form of a poem.


What is the definition of tabulated?

To arrange in tabular form, to condense and list.


Where can I find the definition of the word quite?

There are several dictionaries on the internet that list the definition of the word Quite. Each of them lists the definition and gives an example of its usage.


Which word in the list fits the definition incapable of serious thought?

"Frivolous" fits the definition of incapable of serious thought.


Can a list have 1 item?

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.


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.