What is the use of &nbsp in HTML?

 Posted by vishalneeraj-24503 on 3/13/2014 | Category: ASP.NET Interview questions | Views: 2314 | Points: 40
Answer:

  is used for giving spaces between characters or words.It's in-built HTML property.
For Example:
<P>

&nbsp; &nbsp; &nbsp; &nbsp;Dot Net Funda.com &nbsp;Hello Dot Net Funda.com
</P>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response