+ 1
How can I set a list in a row
Please tell me fast
3 Respostas
+ 2
In which language ?
+ 1
Don't know why you would want to do that but you can do it with css
li{
display: inline-block
}
+ 1
If you want to style HTML list items you can use CSS.
There two method which I mention in the code below
https://code.sololearn.com/WCM5qSmt2q9E/?ref=app