<meta />namehttp-equivcontenthead要素の子要素です。
以下のように、複数の使い方があります。
<meta http-equiv='Content-Type' content='text/html; charset=EUC-JP' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<meta http-equiv='Content-Script-Type' content='text/javascript' />
<meta name='Description' content='Proxomitronの解説' />
<meta name='Keywords' content='HTML,CSS' />
<meta name='Author' content='think' />
<meta http-equiv='Refresh' content='3' />
<meta http-equiv='Refresh' content='5; url=http://abc.com/' />