Hi,
HTML will ignore multiple spaces and compress them to a single value.
Browsers will always truncate spaces in HTML pages. If you write 10 spaces in your text, the browser will remove 9 of them, before displaying the page. To add spaces to your text, you can use the character entity
Check the link below:
http://www.w3schools.com/html/html_entities.asp
Cheers,
Arindam