Design comparison
Community feedback
- @cipdanilaPosted 8 months ago
Here are some tips to improve accessibility in HTML and CSS:
-
Use Proper Semantic HTML: Use appropriate HTML elements for document structure. For example, use <header>, <nav>, <main>, <footer>, <article>, and <section> tags to define document sections properly.
-
Alt Attribute for Images: For images, make sure to use the alt attribute to provide a relevant and meaningful description of the image. This helps users with visual impairments and assistive devices understand the content of the image.
Marked as helpful0 -
- @chilledoutlukePosted 8 months ago
I was having issues with the image showing up in my preview image of the live website. I tried pretty much everything even removing the alt. I finally got it sorted out by removed it from it's initial folder and placing it in the same place as my HTML and linked it from there.
0
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