网页head区常用代码
九月 9, 2009 by zeze · Leave a Comment
公司版权注释<!— the site is designed by web7d 09/2009 —>
网页显示字符集
简体中文:
<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″ />
或者:
<meta http-equiv=”content-type” content=”text/html; charset=utf-8″ />
原始制作者信息
<meta name=”author” content=”web7d.com.cn ” /> 阅读全文 >>