Computer Science, asked by misbah63, 11 months ago

zara is typing the names of all the States of Pakistan . she has not numbered the list . suggest her the way by which she can number the list ?​<br />​

Answers

Answered by lovingheart
0

Answer:

Use <OL>

Explanation:

HTML has a feature to display data in the list format. There are two types of List. One is Ordered list where the language provide feature of numbering the data in different styles. The next one is unordered list, where the list will be displayed with the help of different types of bullets. Here in this context, we need an ordered list to number the list of states in Pakistan.

Format/ Syntax:

<OL>

<LI> State 1  </LI>

<LI>State 2  <LI>

…………

…………

</OL>

Similar questions