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 Respuestas
+ 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