meta標籤的使用

來源:互聯網
上載者:User

標籤:字串   keyword   範圍   expires   url   rip   htm   enter   手機   

一、文法:
<meta name="name" content="string"> 
二、參數解析:
1)name選項:Keywords(關鍵字),description(網站內容描述),author(作者),robots(機器人嚮導)等等 

2)http-equiv項:可用於代替name項,常用的選項有Expires(期限),Pragma(cache模式),Refresh(重新整理),Set-Cookie(cookie設定),Window-target(顯示視窗的設定),content-Type(顯示字元集的設定)等。 
3)content項:根據name項或http-equiv項的定義來決定此項填寫什麼樣的字串。

1.添加對手機裝置的支援
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user- 
scalable=no">(禁止縮放)
2.相容IE
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3.規定utf-8編碼
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4.讓搜尋引擎搜尋到關鍵字
<meta name="Keywords" content="網頁關鍵字">
<meta name="description" content="網頁標題文字" />
5.設定雙核瀏覽器的瀏覽模式
<meta name="renderer" content="webkit">
<meta name=“renderer” content=“webkit|ie-comp|ie-stand”>(分別為極速模式,相容模式,以 
及IE模式)

6.產生特殊效果

< meta http-equiv="Page-Enter" content= "revealTrans(Duration=5.0,Transition=n)" >(n的取值範圍為0-23)

7、標註 
<meta name="author" content="二度空間"> 
8、控制頁面緩衝,如不要頁面緩衝的代碼這樣寫: 
<meta http-equiv="Cache-Control" CONTENT="no-cache">

9.讓網頁每隔一段時間重新整理一次,若要10秒重新整理一次,代碼這樣寫: 
<meta http-equiv="refresh" content="10"> 

10.讓一個頁面過上一定的時間,自動轉到另一個頁面或者網站去,如: 
< Meta HTTP-EQUIV="refresh" content="6; url=http://hi.baidu.com/tesalo/" >

content中的6表示時間,單位為秒,url=後面是你要轉向的網址,若是與你當前網頁在同一目錄下,可以直接寫上檔案名稱,如: 
< Meta HTTP-EQUIV="refresh" content="6; url=page1.htm" >

可以參考的網址:http://blog.csdn.net/jamesmgw/article/details/7320090;http://blog.sina.com.cn/s/blog_6f2ea7950100xjtb.html;

meta標籤的使用

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.