如何使用CSS为一个网页指定标题
<html>
<head>
<title> 标题 </title>
</head>
<body>
</body>
</html>
如上所示,以往都是使用 <title> 来设定标题的,
有没有办法使用CSS为其设标题
如果有,怎么写
[解决办法]
没有