Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

proyecto QR

@jhonjunior1

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


CRITICAS CONTRUCTIVAS

Community feedback

Mcnafaha 240

@TheMcnafaha

Posted

Hola @jhonjunior1!

Despues de ver tu applicacion es claro que tienes un buen futuro en esta industria.

Tengo una critica contructivas para ti:

Ten cudido con las tags titulares de HTML. Por ejemplo, esta parte de tu HMTL es un poco confusa.

<h1>Improve your front-end skills by building projetcts</h1>
<h2>Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</h2>
<h3>Realizado Por</h3>
<h4>Jhon Suarez</h4>

Las tags titulares de HTML se usan para crear titulos o crear la jerarquía de un documento.

Este es un ejemplo de un articulo en MDN usando las tags titulares de HTML:

h1 Harry Potter
    h2 Sypnosis
    h2 Novelas
        h3 Harry Potter y la Piedra Filosofal
        h3 Harry Potter y la Cámara de los Secretos
        h3 Harry Potter y el Prisionero de Azkaban
        h3 Harry Potter y el Cáliz de Fuego
        h3 Harry Potter y la Orden del Fenix
        h3 Harry Potter y el Príncipe Mestizo
        h3 Harry Potter y las Reliquias de la Muerte

Como puedes ver, las tags crean una divison de niveles que aqui se demustra usando espacios. Usando esa misma idea, asi se ve tu applicacion:

h1 Improve your front-end skills by building projetcts
        h2 Scan the QR code to visit Frontend Mentor and take your coding skills to the next level
            h3 Realizado Por
                h4 Jhon Suarez

Creo que una mejor forma seria usando la tag <p> y talves una <h1>. Algo como asi:

h1 Improve your front-end skills by building projetcts
 p Scan the QR code to visit Frontend Mentor and take your coding skills to the next level
 p Realizado por Jhon Suarez

Marked as helpful

0

@jhonjunior1

Posted

Si si gracias por tu criticas, hay falle fui yo lo tendre en cuenta , gracias por comentar.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord