请帮忙看下我的代码哪里错了,谢谢

来源:百度知道 编辑:UC知道 时间:2024/06/05 00:14:24
<html>
<head>
<title> asp程序</title>
<metahttp-equiv="Content-Type"content="text/html;charset=gb_2312-80"><style type="text/css">
<!--
body{
backgroud-color: #FF0000;
}
.STYLE1 {
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
}
-->
</style></head>
<body>
<span class="STYLE1">当前日期为:
<%=date()%></span>
</body>
</html>

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!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>
<title> asp程序</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css">
<!--
body{
backgroud-color: #FF0000;
}
.STYLE1 {
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<span class="STYLE1">当前日期为:
<%=date()%></span&