+ 4
How to get more space between words in html.
such as <h1>word. word</h1>
2 Respuestas
+ 7
use the entity character
like this:
<h1>word. word</h1>
https://code.sololearn.com/WYVGt6vAqwdz/?ref=app
Edit:
And yeah, I totally forgot about CSS word spacing.
Jan Markus is correct. CSS is the optimal approach. But in cases where you just want it between two words,   is better.
+ 2
the good practice is to use the word-spacing property.
https://www.sololearn.com/learn/CSS/1097/