关于首页代码一些规范写法
首页的代码关键在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″>