How to make a space in your html document
In HTML there is no way that the web browser can recognise the spaces inserted consecutively in between the letters. You can either try it in EI, Mozilla and Opera.
- The only way to do so is to insert the code:
There are a;lso advanced settings that you can make in your CSS file that will allow the spaces to be inserted automatically and for this you can have much documentation from this
link
Note: However, you should have a basic knowledge in HTML to be able to comprehend the codes and their uses.