head区普通必须插手的标识有:
公司版权正文
<!--- the site is designed by MrJin 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">
或:
<meta http-equiv="content-type" content="text/html; charset=utf-8">
原始建造者信息
<meta name="author" content="客服@3djiangyin.com">
网站简介
<meta name="description" content="这里填您网站的简介">
搜刮关头字
<meta name="keywords" content="关头字1,关头字2,关头字3,...">
网页的css标准
<link href="style/style.css" rel="stylesheet" type="text/css">
网页标题
<title>这里是你的网页标题</title>
head区可选插手的标识有:
设定网页的到期时候。一旦网页过时,必须到办事器上从头调阅。
<meta http-equiv="expires" content="wed, 26 feb 2018 08:21:57 gmt">
制止阅读器从本地机的缓存中调阅页面内容。
<meta http-equiv="pragma" content="no-cache">
用来避免别人在框架里挪用你的页面。
<meta http-equiv="window-target" content="_top">
主动跳转(5指时候逗留5秒)。
<meta http-equiv="refresh" content="5;url=3djiangyin.com">
网页搜刮机械人领导.用来告知搜刮机械人哪些页面须要索引,哪些页面不须要索引。
<meta name="robots" content="none">
content的参数有all,none,index,noindex,follow,nofollow。默许是all。
保藏夹图标
<link rel = "shortcut icon" href="favicon.ico">