Design comparison
Community feedback
- @viniciusshenri96Posted almost 3 years ago
@ThiagoJyum5 Parabens por terminar o desafio, só algumas dicas, sempre use o atributo alt=" " dentro da tag <img> --->
<img class="imagem" src="https://user-images.githubusercontent.com/84734202/152064435-25ef0d7d-70af-4883-8901-f82e5aec1a4c.png alt=" "
para textos alternativos, nem sempre precisa ter um valor, mas o atributo dentro da tag é obrigatório, por questões de acessibilidade.O atributo lang ajuda a definir o idioma padrão do texto da página, então utilize o atributo lang com o valor en, ao invés de pt-br, já que o conteúdo do HTML no frontend mentor é em inglês. <html lang="en">
Marked as helpful0@ThiagoJyum5Posted almost 3 years ago@viniciushenri96 show, obrigado Vinícius, sempre bom estar recebendo esse feedbacks, até para conseguir aprendendo de maneira correta
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