Answers for "how to get rid of space in html"

21

add space in html

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

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

html ascii for space

<p>&#160;&#160;Hi</p>

will translate to: "  Hi"
Posted by: Guest on April-07-2020

Code answers related to "how to get rid of space in html"

Browse Popular Code Answers by Language