@codekeshSubmitted over 2 years ago
All feedbacks are welcome
All feedbacks are welcome
It worked. This comment was helpful for me. I understand now that there was overflow back there but this couldn't hit me.
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">You have done good work. It seems nice. But for code, you have to do best practices for writing code.
<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.<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.