how can we make a list that lists the items with numbers?
Please let me know now
Attachments:
![](https://hi-static.z-dn.net/files/d4c/2cb43b544da66c8175800ebfe3c900e3.jpg)
Answers
Answered by
1
Answer:
Chapter Summary
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.
Answered by
0
Answer:
<ol type = "1">
<li> item 1 </li>
<li> item 2 </li>
<li> item 3 </li>
Explanation:
- item 1
- item 2
- item 3
Similar questions
Biology,
6 months ago
Social Sciences,
6 months ago
History,
1 year ago
Math,
1 year ago
English,
1 year ago