Computer Science, asked by manvirsingh64681, 9 months ago

Q3)What is the purpose of using start attribute used in lists? ​

Answers

Answered by suhanitripathi61
5

The start attribute lets us set a list's first counter. It's handy for lists that must be split over several <ol> elements, by allowing us to continue the list item numbering from where the previous list left off. The related value attribute is used on an <li> element, and lets us manually number list items.

Hope it helps. Jai Shri Krishna

Answered by piyushsingh27
2

Answer:

Start attribute is mainly used in ordered list.

This allows user to start from any number which they want.

SYNTAX -:

< OL START="12" >

Similar questions