Adding spaces in HTML | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Adding spaces in HTML

lā€™d like to add more spaces between my paragraphs, but Iā€™m not entirely sure how. Iā€™d also like to know how to indent the first sentence of my paragraph... ideas?

12th Nov 2018, 5:18 PM
Sarah
Sarah - avatar
2 Respostas
+ 7
For the spaces use -> &nbsp; For the text indent in <p> -- <style> p{ text-indent:30px; } </style> This will set a text-indent of 30px for the first line.
12th Nov 2018, 7:28 PM
Jaydeep Khatri
Jaydeep Khatri - avatar
0
Use the <pre> </pre> Tag
12th Nov 2018, 5:45 PM
Asgar Ali
Asgar Ali - avatar