Design comparison
Community feedback
- @R3ygoskiPosted 7 months ago
Hello @oyeludeelijah, sorry I typed in portuguese, not in english my bad. here's the translated version:
I would like to congratulate you on completing another project on FEM! You had a great idea to add links to dictionaries to your pages, which adds a really interesting touch and makes your project stand out.
I'd like to offer a suggestion regarding the semantics of your HTML. This is one of the most important aspects because it contributes to accessibility. I'll use a snippet of your HTML as an example:
<div.btn>
could be replaced with a<nav>
tag. This is because the<nav>
tag encapsulates various navigation elements, such as<a>
tags.Once again, congratulations! Keep practicing and refining your skills. If you have any questions about anything I mentioned, please feel free to comment below, and I'll do my best to help.
1@oyeludeelijahPosted 7 months ago@R3ygoski Thanks for the translation and thank you for your helpful advice on using semantic HTML instead of divs. I appreciate it! 😊
1 - @R3ygoskiPosted 7 months ago
Hello @oyeludeelijah, gostaria de te dar os parabéns, por ter concluido mais um projeto no FEM, você teve uma boa ideia ao colocar os links para dicionar para suas páginas, isso é uma coisa muito interessante que ajuda a dar um aspecto mais único para seu a cerca do projeto.
``Gostaria de dar uma sugestão quanto a semântica do seu HTML, isso porque esse é um dos temas mais importante de todos, pois ele ajuda na Acesibilidade, usarei um trecho do seu html como exemplo:
<div.btn
, poderia ser uma tag<nav>
, isso porque essa tag está englobando vários elementos de navegação, que no caso são as tags<a>
E novamente, parabéns, continue praticando e se aprimorand, caos tenha ficado algum duvida relacionada a tudo que falei, por favor, comente abaixo que tentarei ajudar da melhor forma possível.
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