Редактирование кода:
См Результат »
Попробуй сам - ©
w3ii.com
<
!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>