what are lists? which type of lists can be prepared in HTML?
Answers
In computer science, a list or sequence is an abstract data type that represents a countable number of ordered values, where the same value may occur more than once. An instance of a list is a computer representation of the mathematical concept of a tuple or finite sequence; the infinite analog of a list is a stream
There are three list types in HTML:
unordered list — used to group a set of related items in no particular order.
ordered list — used to group a set of related items in a specific order.
description list — used to display name/value pairs such as terms and definitions.
Explanation:
Lists refer to as a pattern of presenting lists of information in a well form and semantic way.
There are three types of lists that can be prepared in HTML. They includes :
- Unordered List
- Ordered List
- Descriptive List
HOPE THIS WILL HELP YOU!