http://www.usamimi.info/~geko/arch_web/arch_html/tag_title.xhtml
head要素の内容に必ず1つ入り、HTMLのタイトルを記述する。
バージョン | HTML4.01(STF),XHTML1.0(STF),XHTML1.1 |
---|---|
開始/終了タグ | 必須/必須 |
要素種 | -- |
非推奨 | NO |
必須 | YES |
内容となるもの | テキスト |
このリファレンスのサンプルページのhead情報そのまま。
<head> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta content="text/javascript" http-equiv="Content-Script-Type"> <link type="text/css" rel="stylesheet" href="./sample.css"> <script charset="Shift_JIS" type="text/javascript" src="./sample.js"></script> <title>サンプル - head,title要素</title> </head>