@GitsOfVivekSubmitted almost 2 years ago
Q.) What did you find difficult while building the project? A.) I found layout is little dificult for me.
Q.) What did you find difficult while building the project? A.) I found layout is little dificult for me.
Hi there, you’ve done a really good job!
To get rid of your accessibility issues you should use a <main> element wrapped around the dominant content inside the body. This will produce better semantics and enable screen readers to read your page better.
Hope this helps :)
Hi, great job!
To sort out any accessibility issues you are having, you should add an alt attribute to your images with text to describe each one.
If you add a main element around your content and a h1 for your card heading, that should sort it out.
Hope this helps :)
Great job! A main and h1 element should get rid of your accessibility issues :)