<!DOCTYPE html>
<html>
<head>
<style>
strong {
position: relative;
bottom: 20px;
}
</style>
</head>
<body>
<p>这<strong>是</strong>一句话。</p>
</body>
</html>
这是一句话。
发表评论