Computer Science, asked by del1218, 19 days ago

write and explain all HTML tags and attributes that are used to create on Unordered and ordered list​

Answers

Answered by myathariashvik1233
0

Answer:

<ul>       Defines an unordered list

<ol>       Defines an ordered list

<li>       Defines a list item

<dl>       Defines a description list

Explanation: It is the correct Answer

I hope it helped you

Answered by kngservices1665
0

Explanation:

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

Similar questions