0
List for HTML
â ď¸I think it changes over time on different computers â ď¸ <Li> means list such as <Li> hello world </Li> <Li>get food </Li> Should be like that
2 Answers
+ 12
<li> [âŚ] </li> = list items
orderlist:
<ol>
<li> </li>
<li> </li>
</ol>
unorderlist:
<ul>
<li> </li>
<li> </li>
</ul>
Thatâs how you do a list for HTML
So whatâs your question again?
0
xd