Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
p
{
word-spacing
:
30px
;
}
<
/style
>
<
/head
>
<
body
>
<
p
>
This is some text. This is some text.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> p { word-spacing: 30px; } </style> </head> <body> <p> This is some text. This is some text. </p> </body> </html>
Result:
Privacy Policy