Why was hgrup discontinued? Any replacements on site?

Asked

Viewed 670 times

0

<header id="cabecario">
    <hgroup>
<h1>Cristiano Rodrigues&copy;</h1>
<h2>Bem vindo ao meu mundo!!!</h2>
    </hgroup>

    <img src="_imagens/glass-oculos-preto-peq.png">
        <h4>Administrador e propietario do site</h4>


<nav><!--Titulado para menu -->
    <h1>Menu Principal</h1>
    <ul tapy ="circle">
        <li><a href="index.html">Home</a></li>
        <li><a href="atualidade.html">Atualidades</a></li>
        <li>Projeto</li>
        <li>Cursos</li>
        <li>Artigo Pudricados<ol><em>Bibliotecas</em></ol></li>
        <li>Conhecimentos<ol><em>Ferramentas</em></ol><ol><em>Gadget</em></ol></li>
        <li>Vamos conversar?&clubs;</li>
    </ul>
</nav>
</header>

1 answer

1

This subject has already been discussed on another issue: /questions/27077/tag-hgroup-est%C3%a1-unused

On how to replace, there is no other tag defined for the same semantic function of hgroup, but it is possible to use CSS combined with other tags to get a satisfactory result, see these examples and how to use subheadings:

w3c.github.io - subheadings-Subtitles-Alternative-Titles-and-taglines

www.techrepublic.com/blog/web-designer/Html5-hgroup-is-Dead-what-you-need-to-know/

Just remembering that depending on the combination of tags, or even if using other elements other than title tags (H1, H2, etc) can change the way search indexers treat your page (SEO). Read more here: www.seomaster.com.br/blog/how-to-use-as-Heading-tags

Browser other questions tagged

You are not signed in. Login or sign up in order to post.