HTMLの見出し

見出し、タイトル、サブタイトル

HTMLの見出し見出し、タイトル、使用され、新聞社に同様の字幕 。彼らは6つのタグで最も重要なから/最大規模の、少なくとも重要に/最小来る: <h1><h2><h3><h4><h5> 、および<h6> 。あなたが使用してください<h1>一度だけ1ページあたりの見出しとしては、他の合理的に多くの場合として使用することができますように。

HTMLの見出し

<h1>h1 is the really big headline and should only be used once</h1>
<h2>h2 is also big and makes good titles</h2>
<h3>h3 makes great subtitles</h3>
<h4>h4 is used now and then</h4>
<h5>h5 isn't used all that much</h5>
<h6>h6 isn't used all that much</h6>

出力