Differentiate between the start and value attributes in ordered lists.
Answers
Answered by
1
Answer:
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
Similar questions