How do you to put spaces between text in html? For example,
a b c
What do you put to have space between b and c?>
Use the CSS property word-spacing to set space between words. You can also use and apply margin or padding.
word-spacing
So:
span { margin-left:1em } a b c