网站首页head区代码规范
head区是指首页HTML代码的<head>和</head>之间的内容。
必须加入的标签
1.公司版权注释
<!— The site is designed by Maketown,Inc 06/2000 —>
2.网页显示字符集
简体中文:<META HTTP-EQUIV=”Content-Type” CONTENT=”text/html; charset=gb2312″> 繁体中文:<META HTTP-EQUIV=”Content-Type” CONTENT=”text/html; charset=BIG5″> 英 语:<META HTTP-EQUIV=”Content-Type” CONTENT=”text/html; charset=iso-8859-1″>
3.网页制作者信息
<META name=”author” content=”hhlong.com”>
4.网站简介
<META NAME=”DEs criptION” CONTENT=”xxxxxxxxxxxxxxxxxxxxxxxxxx”>
抱歉,如果你要查看本帖隐藏内容请[回复]后再[刷新]
| 打印文章 | 这篇文章由老米于2010年08月21日 2:05 上午发表在数据源码。你可以订阅RSS 2.0 你可以跳到结尾直接评论。目前不允许通知。 |


