网站首页head区代码规范!

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

1.公司版权注释
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<!-- The site is designed by Maketown,Inc 06/2000 -->
<!-- The site is designed by Maketown,Inc 06/2000 -->

2.网页显示字符集
简体中文:
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312″>


繁体中文:
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=BIG5>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=BIG5″>


英语:
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1″>


3.网页制作者信息
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META name="author" content="webmaster@maketown.com">
<META name="author" content="webmaster@maketown.com">


4.网站简介
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META NAME="DESCRIPTION" CONTENT="xxxxxxxxxxxxxxxxxxxxxxxxxx">
<META NAME="DESCRIPTION" CONTENT="xxxxxxxxxxxxxxxxxxxxxxxxxx">


5.搜索关键字
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META NAME="keywords" CONTENT="xxxx,xxxx,xxx,xxxxx,xxxx,">
<META NAME="keywords" CONTENT="xxxx,xxxx,xxx,xxxxx,xxxx,">


6.网页的css规范
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<LINK href="style/style.css" mce_href="style/style.css" rel="stylesheet" type="text/css">
<LINK href="style/style.css" mce_href="style/style.css" rel="stylesheet" type="text/css">


7.网页标题
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<title>xxxxxxxxxxxxxxxxxx</title>
<title>xxxxxxxxxxxxxxxxxx</title>


.可以选择加入的标签

1.设定网页的到期时间。一旦网页过期,必须到服务器上重新调阅。
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">
<META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">


2.禁止浏览器从本地机的缓存中调阅页面内容。
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">


3.用来防止别人在框架里调用你的页面。
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META HTTP-EQUIV="Window-target" CONTENT="_top">
<META HTTP-EQUIV="Window-target" CONTENT="_top">


4.自动跳转。
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://www.yahoo.com">
<META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://www.yahoo.com">

5指时间停留5秒。

5.网页搜索机器人向导.用来告诉搜索机器人哪些页面需要索引,哪些页面不需要索引。
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<META NAME="robots" CONTENT="none">
<META NAME="robots" CONTENT="none">

CONTENT的参数有all,none,index,noindex,follow,nofollow。默认是all。

6.收藏夹图标
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<link rel = "Shortcut Icon" href="favicon.ico" mce_href="favicon.ico">
<link rel = "Shortcut Icon" href="favicon.ico" mce_href="favicon.ico">


所有的javascript的调用尽量采取外部调用.
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<SCRIPT LANGUAGE="JavaScript" src="script/xxxxx.js" mce_src="script/xxxxx.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" src="script/xxxxx.js" mce_src="script/xxxxx.js"></SCRIPT>


附<body>标签:
htm.ico阅读 edithtml.ico编辑 runhtml.ico运行 htm.ico复制   Save.jpg保存
<body>标签不属于head区,这里强调一下,为了保证浏览器的兼容性,必须设置页面背景<body bgcolor="#FFFFFF">

转载于:https://www.cnblogs.com/xiazhi33/articles/924535.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值