define the different attributes of OL tag ??
Answers
Answered by
2
Answer:
Definition and Usage
Explanation:
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: Use CSS to style lists. Tip: For unordered list, use the <ul> tag.
Answered by
1
Explanation:
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.
BY:
D.Kamal(hitmanbeastman50)
Similar questions