主题:一个<META>信息
是这样的,小弟我初学ASP,刚学到<meta>信息时,有个疑问.
这个代码
<html>
<head>
<meta http-equiv="refresh" content="1">
</head>
<body>
现在时间是:<%=now()%>
</body>
</html>
为什么把<meta http-equiv="refresh" content="1">
换成
<meta name="refresh" content="1">就不能用了呢?
http-equiv和name有什么区别啊?
<meta name="keywords" content="关键字">
能换成
<meta http-equiv="keywords" content="关键字">吗?
刚学,什么都喜欢问个为什么?大家能帮的帮帮,我都谢过拉!
这个代码
<html>
<head>
<meta http-equiv="refresh" content="1">
</head>
<body>
现在时间是:<%=now()%>
</body>
</html>
为什么把<meta http-equiv="refresh" content="1">
换成
<meta name="refresh" content="1">就不能用了呢?
http-equiv和name有什么区别啊?
<meta name="keywords" content="关键字">
能换成
<meta http-equiv="keywords" content="关键字">吗?
刚学,什么都喜欢问个为什么?大家能帮的帮帮,我都谢过拉!