Computer Science, asked by varshneysonikably, 3 months ago

1 Write a program to display a ordered list.​

Answers

Answered by Anonymous
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 Anonymous
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