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

  • Can 235

    @escarcan

    Posted

    Looks good! just remember to add the "alt" attribute to your img tags to improve accesibility and wrap your code with a main tag to fix your reports.

    0
  • Can 235

    @escarcan

    Posted

    Hola Marvin, buen trabajo! para solucionar tus 6 errores de accesibilidad recuerda envolver tu codigo HTML en una etiqueta <main>, y ten al menos un <h1> para que no te de errores en el reporte.

    Marked as helpful

    0
  • Can 235

    @escarcan

    Posted

    Good job man! just remeber to remove your console.logs from your JS and to fix your 4 accessibility issues just wrap your html code with a main tag.

    <body> <main> //code :) </main> </body>
    1