I would love all the feedback! I want to know, specifically, how to get past the accessibility issues in the 'social__links' list because I am using Font Awesome icons so it's telling me that there's no valid link to the href.
Jasurbek Kalandarov
@jkalandarovAll comments
- @DiarrahSubmitted over 4 years ago@jkalandarovPosted over 4 years ago
There is no valid link because you have not specified any links yet. # means empty. If you want to redirect your users to Facebook, you should give link to Facebook (https://facebook.com) instead of #. Facebook will open on the same page. If you want facebook opened in new page then write this code after href: target="_blank"
I hope it helps!
1 - @sarvagya2545Submitted over 4 years ago
I have improved upon my past project.The errors have gone down a lot :) Thanks, everyone! Now there is only 2 of them.
-
My images are created using picture tag. It allows me to change the image based on the size of the screen but it can't be used with a src attribute. There is a source tag for that which decides what image should be there on the basis of my browser size. But this causes a HTML validation issue. What should be done here? About picture element //SOLVED//
-
It says that form field should contain a label. However here is no label required for this page. How should I fill it?
3.This textinput element does not have a name available to an accessibility API. I don't understand what is meant by this. Can anybody explain this?
Thanks in Advance.
-