@Dheeraj-Yadav8178Submitted about 2 years ago
Hello guys👋, this is my second project please watch it and give your feedback how is it. Thank You😊
Hello guys👋, this is my second project please watch it and give your feedback how is it. Thank You😊
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.
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.
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>