Answers for "create space in html text"

29

add space in html

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

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

space in html text

The simplest way to add a space in HTML (besides hitting the spacebar) is with the non-breaking space entity, written as &nbsp; or &#160

source: https://blog.hubspot.com/website/html-space
Posted by: Guest on March-02-2022

Browse Popular Code Answers by Language