Answers for "space tag in htlm"

278

html space

<!-- Create space in HTMl -->
&nbsp;

<!-- Example: -->
<p> Hello &nbsp; World! </p>
Posted by: Guest on February-19-2021
8

html space tag

non-breaking space	= &nbsp;
<	less than =	&lt;
>	greater than =	&gt;
&	ampersand =	&amp;
Posted by: Guest on June-03-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