How to add space between text in html

How to add space between text in html

Table of contents

No heading

No headings in the article.

How to add space between text in html

There are two ways to get space between text in html by the help of entity

1) write like these &nonbreakingspace;

 
 <H1>coding &NonBreakingSpace; hindi</H1>

  <H1>coding &nbsp; hindi</H1>

you can also write like this  

2) write like this  

 <H1>coding &#160; hindi</H1>