1 Write a program to display a ordered list.
Answers
Answered by
4
Answer:
ordered list typically is a numbered list of items. HTML 3.0 gives you the ability to control the sequence number - to continue where the previous list left off, or to start at a particular number.
Answered by
0
Explanation:
Use the HTML <ol> element to define an ordered list · Use the HTML type attribute to define the numbering type · Use the HTML <li> element to define a list item ·
Similar questions