+ 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?
2 RĂ©ponses
+ 7
For the spaces use ->
For the text indent in <p>
-- <style>
p{
text-indent:30px;
}
</style>
This will set a text-indent of 30px for the first line.
0
Use the <pre> </pre> Tag