Answers for "how to give more space in html"

21

add space in html

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

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

how to add double space in html

<p>This sentence contains  example text.<br>
<br>
As you can see, two breaks add the space above.</p>
Posted by: Guest on March-10-2021

Code answers related to "how to give more space in html"

Browse Popular Code Answers by Language