--這個屬性指定
:如果content 只包含乙個正整數,則是重新載入頁面的時間間隔(秒)
;如果content 包含乙個正整數並且跟著乙個字串,則是重定向到指定鏈結的時間間隔(秒)-->
"refresh" content="3 ''" />
------------------------------author-----------------------------
"author" content="龍龍老表" />
------------------------------description-----------------------------
"description" content="你好,世界" />
------------------------------keywords-----------------------------
"keywords" content="你好,世界,ahaha" />
------------------------------referrer-----------------------------
"referrer" content="no-referrer" />
"referrer" content="origin" />
------------------------------robots-----------------------------
"robots" content="index" />
"robots" content="noindex" />
"robots" content="noimageindex" />
"robots" content="follow" />
"robots" content="nofollow" />
"robots" content="noindex,nofollow" />
"robots" content="none" />
------------------------------viewport-----------------------------
"viewport" content="width=200px" />
"viewport" content="height=200px" />
"viewport" content="initial-scale=1" />
"viewport" content="user-scalable=no" />
————————————————
html中的meta標籤
meta元素提供頁面的原資訊,位於文件頭部 content屬性 該屬性提供名稱 值對中的值,使用要與http equiv或name屬性一起使用 3.1 http equiv 屬性 對應的值有 content type expires refresh set cookie 該屬性把content屬性關...
HTML中meta標籤作用
源資料描述資料的資料,描述html文件的資訊 設定字元編碼。以鍵值對的方式設定字元編碼其中content type是鍵,text html charset gb2312是值,html5。refresh指的是設定refresh屬性,3秒後重新整理的內容指向三秒後跳轉到 keywords是寫給搜尋引擎的...
html中meta標籤說明
官方說明 thehtmlelementrepresents metadata that cannot be represented by other html meta related elements,likebase,link,script,styleortitle.意思就是meta元素包含了h...