0
How to put 1.Home 2.Abaut 3.Store etc on the same line in HTML ? PLZ HELP!!!!
HTML
3 ответов
+ 3
I'm assuming you're working with a list, in this case you'd want to set the display property of your list items to "inline". This can be done via css.
e.g.
li {
display:inline;
}
https://code.sololearn.com/WZm4ZPtp3l1k
+ 1
Where is your code?
+ 1
Use a list