how to add space in html | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

how to add space in html

3rd Feb 2018, 5:34 AM
Kapil Avaiya
Kapil Avaiya - avatar
3 Respostas
+ 5
You can use the character entity &nbsp; to make multiple consecutive spaces that don't truncate to a single space. Or you can use the <pre> tag to do the same thing.
3rd Feb 2018, 6:15 AM
Jonathan Pizarra (JS Challenger)
Jonathan Pizarra (JS Challenger) - avatar
+ 4
on which basis
3rd Feb 2018, 6:11 AM
šŸ¦‹FEATHERšŸ¦‹
šŸ¦‹FEATHERšŸ¦‹ - avatar
+ 2
O yes &nbsp workers šŸ‘
3rd Feb 2018, 6:16 AM
šŸ¦‹FEATHERšŸ¦‹
šŸ¦‹FEATHERšŸ¦‹ - avatar