2.21.1 Ordered List

2.21.1 অৰ্ডাৰ কৰা তালিকা

An ordered list is used to display the list of items in a specific order. An ordered list indents and gives a number to each item in the list.

এক নিৰ্দিষ্ট ক্ৰমত বস্তুবোৰৰ তালিকা প্ৰদৰ্শন কৰিবলৈ অৰ্ডাৰ কৰা তালিকা এখন ব্যৱহাৰ কৰা হয়। এটা অৰ্ডাৰ কৰা তালিকা ইণ্ডেণ্ট আৰু তালিকাৰ প্ৰতিটো আইটেমক এটা নম্বৰ দিয়ে।

An ordered list is enclosed within the <OL> and </OL> tag. Each item in the list is given an <LI> tag that specifies lite item. The <LI> tag is used to represent individual list items within the <OL> tag.

অৰ্ডাৰ কৰা তালিকা এখন
আৰু
টেগৰ ভিতৰত আৱদ্ধ হৈ আছে। তালিকাৰ প্ৰতিটো আইটেমক এটা টেগ দিয়া হৈছে যিলাইট আইটেম নিৰ্ধাৰণ কৰে।
টেগটোৰ ভিতৰত গাইগুটীয়া তালিকাৰ আইটেমবোৰ প্ৰতিনিধিত্ব কৰিবলৈ টেগটো ব্যৱহাৰ কৰা হয়।

Format:

<OL>

<LI> Item 1 </LI>

<LI> Item 2 </LI>

<LI> Item 2 </LI>

</OL>