如何为此编码?
当我们有这个时:
作为
<html>
<head>
<style>
h2
{
letter-spacing:4pt;
font-size:40pt;
color:blue;
text-align:center;
position:absolute;
top:0px;
}
h3
{
letter-spacing:4pt;
font-size:40pt;
color:blue;
text-align:center;
position: absolute;
top:20px;
left:20px;
}
</style>
</head>
<body>
<h2>All right, Mate?</h2>
<h3>All right, Mate?</h3>
</body>
</html>
</html>
...不更改原始功能/标签。
只添加(或修改)一点。