<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title></title>
<link rel="stylesheet" href="/.35css.css" />
<style>
body {
background-color:blue;
}
</style>
</head>
<body>
<div id = "test"></div>
</body>
</html>
******************************************************************************************************
/* CSS Document */
#test {
width:200px;
height:200px;
background:red;
}
为什么没有引进css
__innocence