why hgrup has been discontinued? some substitute in place? [duplicate]

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>
    
asked by anonymous 06.02.2018 / 12:14

1 answer

1

This subject has already been discussed in another question: link

On how to override, there is no other tag set for the same semantic function of hgroup , but you can use CSS combined with other tags to get a satisfactory result, see these examples and how to use subtitles: / p>

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 remember that depending on the combination of tags, or even using elements other than title tags ( H1 , H2 , etc) can change the way search engines treat your page (SEO) . Read more here: www.seomaster.com.br/blog/com-usar-as- heading-tags

    
06.02.2018 / 12:37