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
Request path contains unescaped characters
Request path contains unescaped characters

Submitted

QR code component main using HTML5 and CSS3.

@Dumont19

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@VCarames

Posted

Congrats on completing this challenge!

To clean up your code and make it semantically correct and, you'll want to wrap everything in an <article> element and delete the <section> element (the <section> element is used to define a section of a webpage.

So your code should look something like this:

    <body>
      <article>
        <img src="" alt="">
        <h1></h1>
        <p></p>
      </article>
    </body>

Marked as helpful

0

@Dumont19

Posted

@vcarames Thank you very much!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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