xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
<style type="text/css">
p
{
word-spacing:30px;
}
h4{
word-spacing: -0.5em;
}
</style>
</head>
<body>
<p>
This is some text. This is some text.
</p>
<h4>
This is some text. This is some text.
</h4>
</body>
</html>