在head標籤內,除了可以設style標籤之外,也可以設meta標籤,而在meta標籤的內容及用途常有下列二種:
假設你有三個頁面,檔名分別為index.htm;index1.html;index2.html,要換每格10秒換一次,則在Meta內:
第一個網頁(index.html)之<meta>標籤
<meta http-equiv="refresh" content=10;URL="index1.html">
第二個網頁(index1.html)之<meta>標籤
<meta http-equiv="refresh" content=10;URL="index2.html">
第三個網頁(index2.html)之<meta>標籤
<meta http-equiv="refresh" content=10;URL="index.html">
參考網站:
http://web.ntit.edu.tw/~hsieh/meta/當你設計好網站或部落格之後,就要設法增加它的知名度,方法之一是刊登在在平面軟體如雜誌或名片上。另外,你可以在網站的head標籤內利用meta name="description"及meta name="keywords"來完成。
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<meta name="description" content="這是愛書人的雜記">
<meta name="keywords" content="謝寶泰、雜記">
一般要注意
- <meta name="description" content="xxxxxxxxxxxx">此處的xxxxxxxxxxxx以二十個字描述網站的內容
- <meta name="keywords" content=" yyyyyyyyyyyyy">此處的yyyyyyyyyyyyy代表總數少於二十字的關鍵字