How to put 1.Home 2.Abaut 3.Store etc on the same line in HTML ? PLZ HELP!!!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to put 1.Home 2.Abaut 3.Store etc on the same line in HTML ? PLZ HELP!!!!

HTML

24th Dec 2021, 8:44 AM
Bonome Katabana
Bonome Katabana - avatar
3 Answers
+ 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
24th Dec 2021, 8:48 AM
skaltecho
+ 1
Where is your code?
24th Dec 2021, 8:45 AM
A͢J
A͢J - avatar
+ 1
Use a list
24th Dec 2021, 8:47 AM
Chigozie Anyaeji 🇳🇬
Chigozie Anyaeji 🇳🇬 - avatar