0
How to add space between words in html?
2 Respostas
0
<p>hello, world</p>
in html what you type is shown exactly the way your typed between the codes.
but If you want include space you can also use
<p>hello, world</p>
here there no space between hello world but when test your code there will space between hello world
0
in CSS "word-spacing: 3px or you want any spacing ; "