Edit This Code:
<!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:
Try it Yourself - © w3schools.com
Privacy Policy