关于首页代码一些规范写法

五月 16th, 2007 | 没有评论 | 发布于 页面设计

      首页的代码关键在head区,head区是指首页HTML代码的<head>和</head>之间的内容。

head区必须加入的标识

公司版权注释 <!— The site is designed by yourcompany,Inc 03/2001 —>

网页显示字符集 例如:
简体中文:<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″>

更多 »

Tags: , ,