headタグの履歴
HTMLページの
ヘッダー情報を書くところ
<head>
<meta charset=""> ←文字コードの指定
<meta name="description" content=""> ←ページの概要(検索対策?)
<meta name="keywords" content=""> ←ページのキーワード(検索対策?)
<title></title> ←ページのタイトル
</head>
HTMLページの
ヘッダー情報を書くところ
<head>
<meta charset=""> ←文字コードの指定
<meta name="description" content=""> ←ページの概要(検索対策?)
<meta name="keywords" content=""> ←ページのキーワード(検索対策?)
<title></title> ←ページのタイトル
</head>