how to give gap between words in a line in css code example
Example 1: how to create space inbetween text css
<div style="letter-spacing: 1em;">It's a wide wide word!</div>
<div style="line-height: 1.5;">
<div style="text-indent: 50px;">
Example 2: removing space between words css
p { word-spacing: 5px; }