CSS内嵌样式
时间:2010-06-17 来源:2008liangyou
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS内嵌样式</title>
<style type="text/css">
<!--
p {
color: red;
}
-->
</style>
</head>
<body> <p>CSS内嵌样式 </p> <p>CSS内嵌样式练习 </p> </body> </html>
<body> <p>CSS内嵌样式 </p> <p>CSS内嵌样式练习 </p> </body> </html>
相关阅读 更多 +