0
how does spacing work in coding with html
spacing
2 odpowiedzi
0
The best thing to do if you want to know about how paddings and margins work is to search for an article that explains the box-model in html documents. And remember that you should control all spacing through CSS.
0
in html you can use
<pre> your text can be add more space and enter or break space</pre> .
if you used css.
p {letter-spacing: 15px ; }
or
p {word-spacing: 15px ; }