How to add space in HTML

The solution is quite simple, just add   indside your text:

<span> This is a test &nbsp; </span

For example:

There should be five spaces between from this to this
<span> There should be five spaces between from this &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to this </span>
There should be five spaces between from this       to this

Leave a Comment

Your email address will not be published. Required fields are marked *