Design comparison
Solution retrospective
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.
Community feedback
- @jkalandarovPosted over 4 years ago
Can you post your code here?
0@sarvagya2545Posted over 4 years agoYou can view the code by clicking 'View Code' button above. Or you can view it here: https://github.com/sarvagya2545/fem-baseapparel2
0@jkalandarovPosted over 4 years ago@sarvagya2545 probably you want to use img attribute instead of picture ? Or have you already tried?
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