Design comparison
Community feedback
- @anoshaahmedPosted almost 3 years ago
To get rid of the accessibility/HTML issues shown in your Report:
- wrap everything in your body in
<main>
OR use semantic tags OR giverole=""
to the direct children of your<body>
... Click here to read more - have at least one
<h1>
in your code <section>
and<article>
usually need a heading; so if you don't need a heading in it, use some other element such as<div>
Good job! :)
2@thunguyen120296Posted almost 3 years ago@anoshaahmed Hi friend, thank you for your comment. I think when I use <main> in body it helps me to have a better view of my code.Thanks so much. <3
1 - wrap everything in your body in
- Account deleted
hola! como estas! para deshacerte de los problemas de accesibilidad del reporte en un futuro podrias hacer lo siguiente:
- encerrar la parte principal de tu pagina en un <main>
- utilizar un titulo de primer nivel (un h1) en tu pagina
- utilizar un footer al final de tu pagina
para los problemas de html deberias colocar un subtitulo (h2, h3 , h4, h5 o h6) para cada uno de tus articulos, recuerda que siempre deben incrementarse de 1 en 1, por ejemplo, si solo tienes un h1 en tu pagina, lo ideal seria utilizar un h2 para cada subtitulo, saludos!
2@thunguyen120296Posted almost 3 years ago@nachogonzalia Thanks for your comment. I fixed my site. And I look forward to hearing from you
1
Please log in to post a comment
Log in with GitHubJoin 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