Webページの頭の情報の意味に精通する例を挙げてください
<!doctype html public - // w3c // dtd html 4.01 transitional // en
http://www.w3.org/tr/html4/loose.dtd> <! - document type->
<html>
<head>
<メタhttp-equiv = content-type content = text/html; charset = gb2312> <! - Webページのファイルエンコードを設定します - >
<Meta http-equiv = expires content = 2008/10/15 18:00:00> <! - オフラインブラウジングの有効期限 - >
<Meta http-equiv = pragma content = no-cache> <! - WebページがCache->を読み取らないようにします
<Meta http-equiv = reffress content = 5; https://www.vevb.com> <! - webページRedirection->
<Meta http-equiv = set-cookie content = 2007/10/18 18:00:00> <! - WebページのCookieの有効期限を設定 - >
<メタhttp-equiv = window-target content = _top> <! - webページのリンクのターゲットウィンドウを設定します - >
<Meta http-equiv = page-enter content = revealtrans(duration = 1000000、transition = 50000000)> <! - Webページの冒頭効果を設定 - >
<Meta http-equiv = page-exit content = revealtrans(duration = 1000000、transition = 50000000)> <! - Webページの終了効果を設定 - >
<Meta name = keywords content = web、jb51、webdesign> <! - Webページのキーワードの設定、検索時に優先度が与えられます! ! !重要! ! !データは検索エンジン - >によってインデックス化されています
<メタ名=説明コンテンツ= hahahahahaha> <! - 説明検索を挿入し、検索エンジンによってインデックス化されます - >
<Title>タイトルが欠けてはいけません! SEOに非常に便利です! </title>
</head>
<body>
aaa
</body>
</html>