Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @leandrofa1980

    Posted

    Hi, I'll leave here some tips hope they help!

    I received feedback from my challenges about the alt="" tag in the images, it has to have a more elaborate text for screen readers.

    To change the image when the screen is used on a smaller device like a smartphone for example, there is the <picture></picture> element here you can learn more https://www.w3schools.com/tags/tag_picture.asp

    Classes need to have more characteristic names with what they represent, for example class="description" so future code maintenance makes it easier to identify what it does.

    Another way of implementing the previous price is with the <del> tag, here you have more information https://www.w3schools.com/tags/tag_del.asp

    Hope I helped, Happy Coding!

    Marked as helpful

    0