@sirfrank0Submitted about 2 years ago
Betty H
@bh-codesAll comments
- @bh-codesPosted about 2 years ago
Hello @sirfrank0,
Great job on making the cards interactive. I do have some tips to share to fix the accessibility and HTML issues:
-
You have too many heading tags. I would make the top two using heading tags and the description and prices using <p> tags.
-
The button verbiage "Add to cart" wouldn't need any other tags other than the <button> tag to hold its' own.
Hope this helps! Happy coding!
0 -