Computer Science, asked by nafisa0008, 1 month ago

write a program to show an ordered list?​

Answers

Answered by khushiangel1
2

Explanation:

The start attribute is used with ol tag to specify from where to start the list items. <ol type="1" start="5"> : It will show numeric values starting with "5". <ol type="A" start="5"> : It will show capital alphabets starting with "E". <ol type="a" start="5"> : It will show lower case alphabets starting with "e".

hope it's helpful for you plz mark me as brainlist thankyou!

Similar questions