0
how can I give space in html
5 Antworten
+ 3
<br/>
+ 2
you can use   for non-breaking space. for example:
<p>some         text </p>
will output
some text
+ 1
<br> content </br>
+ 1
</br>
+ 1
  is like pressing the space bar in html