Computer Science, asked by kanwar60, 6 months ago

what is lists and different types of lists used in HTML in 5 marks answer​

Answers

Answered by suman2216
1

Explanation:

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:

1. Unordered list — Used to create a list of related items, in no particular order.

2. Ordered list — Used to create a list of related items, in a specific order.

3. Description list — Used to create a list of terms and their descriptions.

Similar questions