Rubricas HTML

Manchetes, títulos e subtítulos

Títulos de HTML são utilizados para títulos, títulos e subtítulos semelhante aos jornais. Eles vêm em 6 marcas diferentes de mais importante / importante para, pelo menos a maior / menor: <h1> , <h2> , <h3> , <h4> , <h5> E <h6> . Você deve usar <h1> apenas uma vez por página como o título, enquanto os outros podem ser utilizados como razoavelmente frequentemente como você gosta.

HTML posição

<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>

Saída