head區(qū)一般必須加入的(de)标識有:
公司版權注釋
<!--- 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="客服@021jz.com.cn">
網站簡介
<meta name="description" content="這(zhè)裏填您網站的(de)簡介">
搜索關鍵字
<meta name="keywords" content="關鍵字1,關鍵字2,關鍵字3,...">
網頁的(de)css規範
<link href="style/style.css" rel="stylesheet" type="text/css">
網頁标題
<title>這(zhè)裏是你的(de)網頁标題</title>
head區(qū)可(kě)選加入的(de)标識有:
設定網頁的(de)到期時(shí)間。一旦網頁過期,必須到服務器上重新調閱。
<meta http-equiv="expires" content="wed, 26 feb 2018 08:21:57 gmt">
禁止浏覽器從本地機的(de)緩存中調閱頁面内容。
<meta http-equiv="pragma" content="no-cache">
用(yòng)來(lái)防止别人(rén)在框架裏調用(yòng)你的(de)頁面。
<meta http-equiv="window-target" content="_top">
自動跳轉(5指時(shí)間停留5秒)。
<meta http-equiv="refresh" content="5;url=">
網頁搜索機器人(rén)向導.用(yòng)來(lái)告訴搜索機器人(rén)哪些頁面需要索引,哪些頁面不需要索引。
<meta name="robots" content="none">
content的(de)參數有all,none,index,noindex,follow,nofollow。默認是all。
收藏夾圖标
<link rel = "shortcut icon" href="favicon.ico">