Computer Science, asked by ravitavisen, 6 months ago

Write small program of HTML to generate two different types of list ?

⚠️ Irrevellent answers will be reported ⚠️​

Answers

Answered by shurtigoel487
5

Answer:

The three list types

There are three list types in HTML:

unordered list — used to group a set of related items in no particular order

ordered list — used to group a set of related items in a specific order

description list — used to display name/value pairs such as terms and definitions

Each list type has a specific purpose and meaning in a web page

Explanation:

follow me

Answered by ashokkumarchaurasia
2

Answer:

MARK ME AS BRAINLIEST

Explanation:

Types of List in HTML

Before we start creating a list, let’s look at the HTML tags first:

<ul> Used to define an unordered list

<ol> Used to define an ordered list

<li> Used to define a list item

<dl> Used to defines a description list

<dt> Used to defines a term in a description list

<dd> Used to describes the term in a description list

Let’s understand how you can create different kinds of a list in HTML.

Similar questions