Write the HTML code to create the following ordered list?
Answers
Answered by
1
Answer:
Use the HTML <ul> element to define an unordered list.
use the CSS List-Style-Type property to define the list item marker.
Use the Html <ol> element to define and ordered list.
Similar questions