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

All comments

  • Keshav Tulsyan• 170

    @codekesh

    Posted

    It worked. This comment was helpful for me. I understand now that there was overflow back there but this couldn't hit me.

    0
  • Diego• 30

    @dbustamanter

    Submitted

    It's my first challenge here. Any feedback can help me to a better coding performance.

    Updates realized: <meta charset="UTF-8">

    <link rel="icon" href="favicon/favicon-32x32.png" sizes="32x32"> <meta name="viewport" content="width=device-width, initial scale=1.0">
    Keshav Tulsyan• 170

    @codekesh

    Posted

    You have done good work. It seems nice. But for code, you have to do best practices for writing code.

    1. <img src="../img/image-qr-code.png"> in this line you have miss alt attribute this is used for details, consult guidance on providing text alternatives for images.
    2. <article class="contenedor"></article> You should use <main> attribute instead of <article> You make the webpage more robust and functional no matter what screen reader technology is used.
    0