Computer Science, asked by poojarichhariya037, 3 months ago

Q.1 Difference
Between at least 2
points
Ordered list and
Unordered list​

Answers

Answered by nightread
3

Answer:

Ordered List:

  1. In this ordering matters hence the bullets are in the form of numbers and alphabets (1, 2, 3... OR a, b, c...)
  2. We use the tag <ol> to start an ordered list.
  3. It is also known as numbered list.

Unordered List:

  1. In this the order of the text doesn't matter that means the bullets are in the shape of circles or squares.
  2. We use the tag <ul> to start the unordered list.
  3. It is also known as bulleted list.
Similar questions