Computer Science, asked by naira3754, 11 months ago

Write the HTML code to create the following ordered list?

Answers

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