37. Which two tags let you create the
(i) unnumbered lists ? (ii) numbered lists ?
Answers
Answered by
4
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
This tag let you make unordered lists.
Use <ul> tag for unordered or unnumbered list
<ol type="1">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
This will help you make numbered lists.
Use <ol> with type='1' for numbered
Read more on Brainly.in - https://brainly.in/question/10709531#readmore
Similar questions
Computer Science,
6 months ago
English,
6 months ago
Math,
11 months ago
Math,
11 months ago
Geography,
1 year ago