Answers for "add small space in html"

29

add space in html

<!-- vertical space -->
&nbsp;
&ensp;
&emsp;

<!--horizontal space -->
<br/>
Posted by: Guest on October-29-2020
0

how to give a space in html

Use &#160;  or  &nsbp;

<!--Some times &nsbp; does not work-->
Posted by: Guest on March-23-2022

Browse Popular Code Answers by Language