欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

html頁面head區(qū)域的編碼書寫規(guī)范

 更新時間:2008年08月06日 10:06:53   作者:  
我們這里所說的head區(qū)域,是指頁頁html代碼的<head>和</head>之間的內(nèi)容。在jb51.net的文章中,主要介紹了大量的css知識,而對html頁面的知識介紹并不是很多。
今天我們簡單的介紹一下head區(qū)域主要放置了內(nèi)容。這里就不強(qiáng)調(diào)css和javascript了,這兩者是大家所熟知的。


head區(qū)一般必須加入的標(biāo)識有: 


公司版權(quán)注釋
<!--- the site is designed by MrJin 03/2001 --->  

網(wǎng)頁顯示字符集
簡體中文:
<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="52css@jb51.net"> 

網(wǎng)站簡介
<meta name="description" content="這里填您網(wǎng)站的簡介"> 

搜索關(guān)鍵字
<meta name="keywords" content="關(guān)鍵字1,關(guān)鍵字2,關(guān)鍵字3,...">  

網(wǎng)頁的css規(guī)范
<link href="style/style.css" rel="stylesheet" type="text/css"> 

網(wǎng)頁標(biāo)題
<title>這里是你的網(wǎng)頁標(biāo)題</title> 

head區(qū)可選加入的標(biāo)識有: 

設(shè)定網(wǎng)頁的到期時間。一旦網(wǎng)頁過期,必須到服務(wù)器上重新調(diào)閱。
<meta http-equiv="expires" content="wed, 26 feb 1997 08:21:57 gmt"> 

禁止瀏覽器從本地機(jī)的緩存中調(diào)閱頁面內(nèi)容。
<meta http-equiv="pragma" content="no-cache">  

用來防止別人在框架里調(diào)用你的頁面。
<meta http-equiv="window-target" content="_top"> 

自動跳轉(zhuǎn)(5指時間停留5秒)。
<meta http-equiv="refresh" content="5;url=www.dbjr.com.cn">

網(wǎng)頁搜索機(jī)器人向?qū)?用來告訴搜索機(jī)器人哪些頁面需要索引,哪些頁面不需要索引。
<meta name="robots" content="none">
content的參數(shù)有all,none,index,noindex,follow,nofollow。默認(rèn)是all。 

收藏夾圖標(biāo)
<link rel = "shortcut icon" href="favicon.ico"> 

如果您還有什么知識需要補充,歡迎在jb51.net發(fā)表評論。

相關(guān)文章

最新評論