Answers for "how to add extra space between words in html"

0

how to add spaces between text in html

p {
  white-space: pre;
}
Posted by: Guest on December-08-2020
0

html how to make space between words

<pre class="tab">This    text      has    lots of     spaces</pre>
Posted by: Guest on September-16-2021

Code answers related to "how to add extra space between words in html"

Browse Popular Code Answers by Language