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

  • Maalu 10

    @mittens67

    Posted

    1. The content can be wrapped in a semantic HTML element like <main> or <section>.

    Ex:

    <main class="main--page"> <div class="qr--cont"> ... </div> </main>

    This will enhance the site's accessibility by clearly defining the primary content area.

    1. The alt text is a bit generic. Making it more descriptive can help users relying on screen readers. Ex: alt="Scan this QR code to visit Frontend Mentor's website"
    0