what is <OL> tag used for? write the <OL> along with its attributes to create a numbered list, where numbering is done using alphabet starting from `e'
Answers
Answered by
2
Answer:
The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical. The <li> tag is used to define each list item. ... Tip: For unordered list, use the <ul> tag.
Explanation:
Ok
Answered by
0
Answer:
the ol tag defines an ordered list can be numericals or alphabetical the li tag is used to define each list item ... tip for unorders list use the ul tag
Similar questions