World Languages, asked by poornima6626, 3 months ago

Different between ORDERED LIST and UNORDERED LIST.


❌Smap Answer will report ❌​

Answers

Answered by Anonymous
3

Answer:

in ordered list the elements are ordered in a sequence it canbe any sequence ascending descending or a special sequence

in unorder there is no sequence

Answered by Neha096
3

Explanation:

Difference between ordered list and unordered list:-

(Ordered List)

The list of items are represented in alphabetical, numeral or Roman numeral form.

The <OL> tag is used to create an ordered list.

Some of the examples of ordered list:-

<HTML>

<HEAD>

<TITLE> WELCOME TO HTML </TITLE>

</HEAD>

<BODY>

<OL>

<LI>SUMIT

<LI>GOPAL

</OL>

</BODY>

</HTML>

Whereas

(Unordered List)

In an unordered list, the list items are represented in the bulleted form.

<UL> is used to define items in an unordered list.

Some of the examples of unordered list:-

<HTML>

<HEAD>

<TITLE> WELCOME TO HTML </TITLE>

</HEAD>

<BODY>

<UL>

<LI>SUMIT

<LI>GOPAL

</UL>

</BODY>

</HTML>

__________________×_________________

hope \: it \: helps \: you

thankyou

Similar questions