Skip to main content

Command Palette

Search for a command to run...

How to add space between text in html

Updated
1 min read
How to add space between text in html
M

I AM A LEARNER

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>

one minute code

Part 1 of 1

IN THIS SERIES WE LEARN WEB DEVELOPMENT BASICS OR BRIEF IN THE FORM OF SHORT BLOGS WITH PICTURES OF CODE CODINGHINDI YOU CAN SEARCH CODINGHINDI PLATFORM IN THE SNAPCHAT AND INSTAGRAM