<head>
<style
type="text/css">
a
{
background-color:#e60012
text-decoration:underline}
</style>
</head>
<body>
<ul>
<li>
<a
href="#">如何将css外部样式表变为内嵌样式</a>
</li>
</ul>
</body>
</html>
<head><style type="text/css">
把你那CSS文件中的内容拷贝到这...
</style>
</head>
ps:<style></style>标签如果没有 自己打- -