CSS text word spacing

04:04 0 Comments A+ a-

<html>
<head>
<style type="text/css">
p
{
word-spacing:30px;
}
</style>
</head>

<body>

<p>The Sun is the star at the center of the Solar System.</p>

</body>
</html>

Result