Answers for "how to add spacing between words in html"

0

how to add spaces between text in html

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

html space between words

<p style="word-spacing: 200px;"> Text with huge spacing between words </p>
Posted by: Guest on April-03-2021

Code answers related to "how to add spacing between words in html"

Browse Popular Code Answers by Language