Computer Science, asked by Gul123, 11 months ago

Zara is typing the names of all the states in Pakistan.she has not numbered the list suggest her the way by which she can number the list

Answers

Answered by ashutoshmishra7111
2

Answer:

first copy all things one by one and paste in ms exel now she can numbered all states . If u like my ans please follow me

Answered by lovingheart
1

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>

If zara is typing names in Word. Then she should use Bullets and Numbering option.

Similar questions