<html>
<head>
<style>
p.a {
word-spacing: normal;
}
p.b {
word-spacing: 30px;
}
p.c {
word-spacing: 1cm;
}
</style>
</head>
<body>
<h1>The word-spacing Property</h1>
<h2>word-spacing: normal:</h2>
<p class="a">This is some text. This is some text.</p>
<h2>word-spacing: 30px:</h2>
<p class="b">This is some text. This is some text.</p>
<h2>word-spacing: 1cm:</h2>
<p class="c">This is some text. This is some text.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_text_word-spacing by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:01:25 GMT -->
</html>