复制代码代码如下 :
<! 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">
<헤드>
<title> </title>
<meta http-equiv = "content-type"content = "text/html; charset = gb2312">
<스타일>
#divbox {
국경 : 5px Solid #0066cc;
배경 : SkyBlue;
패딩 : 20px;
글꼴 크기 : 22px;
색상 : 흰색;
}
</스타일>
<script language = "javaScript">
함수 codefans () {
var box = document.getElementById ( "divbox");
box.style.display = "none";
}
settimeout ( "codefans ()", 3000); // 3 秒
</스크립트>
</head>
<body>
<div id = "divbox"> wwwwwwwwwwwwwwwwww! </div>
</body>
</html>