Computer Science, asked by shreyassriram2014, 10 months ago

Write a sample HTML and CSS code for ordered, unordered and nested lists.

Answers

Answered by sachin0407
1

HTML lists are used to present list of information in well formed and semantic way. There are three different types of list in HTML and each one has a specific purpose and meaning.

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

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

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

Answered by saniya512
0

Explanation:

Unordered HTML List. An unordered list starts with the <ul> tag. Each list item starts with the <li> tag. ...

Ordered HTML List. An ordered list starts with the <ol> tag. Each list item starts with the <li> tag. ...

HTML Description Lists. HTML also supports description lists.

thanks my answers

Similar questions