How can I add more spaces between text from one line? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I add more spaces between text from one line?

If I want to create a menu with more links on the same line and more space between them, how can I do this ?

19th Jan 2017, 11:42 AM
Samm Parvu
Samm Parvu - avatar
5 Answers
+ 1
create an inline list <ul> so you can give each <li> element a padding or margin
19th Jan 2017, 11:47 AM
Andreas K
Andreas K - avatar
+ 1
I'm a newbie in coding.. so i dont really know how exactly to do that.
19th Jan 2017, 11:54 AM
Samm Parvu
Samm Parvu - avatar
+ 1
And I dont want to make a vertical menu, but a horizontal menu. :D
19th Jan 2017, 11:57 AM
Samm Parvu
Samm Parvu - avatar
+ 1
look up it up in the Web by using Google. That's the way experienced programmers do. http://www.w3schools.com/css/css_navbar.asp
19th Jan 2017, 11:59 AM
Andreas K
Andreas K - avatar
+ 1
I understood this, that's why my answer is about inline <li> elements. It is said there are inline, so one line, this usually makes it a horizontal bar ;)
19th Jan 2017, 12:00 PM
Andreas K
Andreas K - avatar