How can you make a list that lists the items with bullets?i)<ol> ii)<DI> iii)<ul> iv)<list>
Answers
Answered by
1
You can make ordered list by using
hrishikeshsomnathe:
Using ol
Answered by
1
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 an ordered list.
Use the HTML type attribute to define the numbering type.
Use the HTML <li> element to define a list item
Use the CSS list-style-type property to define the list item marker.
Use the HTML <ol> element to define an ordered list.
Use the HTML type attribute to define the numbering type.
Use the HTML <li> element to define a list item
Similar questions