Repositório Códigos HTML
15. Cabeçalhos
h1. Bootstrap heading Secondary text
h2. Bootstrap heading Secondary text
h3. Bootstrap heading Secondary text
h4. Bootstrap heading Secondary text
h5. Bootstrap heading Secondary text
h6. Bootstrap heading Secondary text
Veja a seguir o código HTML comentado.
Código
<h1>h1. Bootstrap heading <small>Secondary text</small></h1>
<h2>h2. Bootstrap heading <small>Secondary text</small></h2>
<h3>h3. Bootstrap heading <small>Secondary text</small></h3>
<h4>h4. Bootstrap heading <small>Secondary text</small></h4>
<h5>h5. Bootstrap heading <small>Secondary text</small></h5>
<h6>h6. Bootstrap heading <small>Secondary text</small></h6>
Comentário
Os códigos (<h1>, <h2>, <h3>) antes e depois do texto determina o nível de cabeçalho (tamanho e formatação).
O código <small> reduz o texto seguinte.
Os trechos em salmão são relativos aos títulos e texto.