+ 3
How can we make lists in html
Please provide me a correct description of this
7 Answers
+ 14
Please complete the course
https://www.sololearn.com/learn/HTML/1032/
+ 5
Please use relevant tags, e.g. HTML list , not your name ... â
+ 3
Ordered list: by using<ol> tag ex:
<ol>
<li>fan </li>
<li>girl </li>
</ol>
Unordered lists: by using<ul> tag ex:
<ul>
<li>fan </li>
<li>girl</li>
</ul>
NOTE: they all have closing tags.
+ 3
Heyy it's so easy
Go to Html module and you found there
+ 2
Yaa thanks for telling me
0
<ol>
<li>it is a list tag</li>
</ol>