ホームページ > 記事 > ウェブフロントエンド > HTML template_html/css_WEB-ITnose
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
<--現在のページの 3 つの要素-->
< タイトル >/ タイトル >< メタ名 = "キーワード" >
< " >
< style type = "text/css" >
*{margin:0;padding:0;}
style
ヘッド >
< ボディ >
ボディ >
doctype : current 文書タイプ(html) はドキュメントの先頭、 タグの前にあります。
html (ハイパー テキスト マークアップ言語): すべてのブラウザー (html5、css3) と互換性のあるマークアップ言語、
( マークアップ言語) ) (一連のマークアップ タグで構成されます) html は、マークアップ タグを使用して Web ページを記述します。
http-equiv: コンテンツ タイプを指定します
charset: エンコーディング セット (gbk、gb2312 中国語エンコーディング、utf-8 国際エンコーディング)
css: カスケード スタイル シート
タグ:
属性
body&lt;&lt;/body&gt;