Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
instead of space, use this - "&nbsp;" (without quotations) <a href="#">Home</a>&nbsp;<a href="#">Home</a>&nbsp;&nbsp;<a href="#">Home</a>. Note: you can put as much as you want, like "&nbsp;&nbsp;" (again without quotations) if you don't like &nbsp; then you can use <span> and for that pls refer to this article [LINK] https://www.freecodecamp.org/news/tab-space-instead-of-multiple-non-breaking-spaces/ [CODE] <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <a href="#">Home</a>&nbsp;&nbsp;<a href="#">Home</a>&nbsp;&nbsp;<a href="#">Home</a> </body> </html>
16th Apr 2021, 7:09 PM
Rohit
0
Use <p><a href="#">Home</a> <a href="#">Home</a> <a href="#">Home</a></p>
16th Apr 2021, 7:13 PM
Dino Wun (Use the search bar plz!)
Dino Wun (Use the search bar plz!) - avatar
0
Thank you so much ❤
17th Apr 2021, 5:54 PM
nivea
nivea - avatar