<html>
<head>
<meta charset='utf-8'>
<title>text</title>
<style type='text/css'>
.class1{
text-align:left;
direction:ltr;
letter-spacing:10px;
word-spacing:20px;
line-height:100px;
text-indent:50px;
text-decoration:underline;
text-transform:capitalize
}
</style>
</head>
<body>
<p class='class1'>哔哩哔哩</p>
<p class='class1'>hello world</p>
</body>
</html>