xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
<style>
p
{
word-spacing:30px;
}
</style>
</head>
<body>
<p>
这是一些文字。
</p>
</body>
</html>