Computer Science, asked by upendrakumar, 1 year ago

what is the purposes of HTML list.Give answer in four points.

Answers

Answered by duragpalsingh
0
Hey!

List are used to create data in html in linear and structural form.

There are three types of lists.
1. Ordered list
2. Unordered list
3. Definition list

Tags used for the lists:
1. <ol> is used for ordered list.
2. <ul> is used for unordered list.
3. <dl> is used for definition list.

We use ordered list when we have to write anything in structural form by using numbers,alphabets.

We use unordered list when we have to write anything in liner form by using bullets,squares bullets etc.

We use definition list when we have to define something.

Hope It Helps You!
Similar questions