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

Submitted

Qr code Solution

GlitzDev 50

@GlitzDev

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Essa foi meu primeiro desafio concluído! Seu feedback será bem vindo ! <3

Community feedback

@GodoiTheCreator

Posted

  • Código muito bom, amigo, parabéns!

  • Só cuida para sempre ter uma tag <title> nos seus websites.

  • E um detalhezinho que seria a cor estar diferente da do modelo da solução, mas isso não quer dizer que está ruim!

Marked as helpful

1

GlitzDev 50

@GlitzDev

Posted

@GodoiTheCreator vlw pela dica <3

1

@0xabdulkhaliq

Posted

Hello there 👋. Congratulations on successfully completing the challenge! 🎉

  • I have other recommendations regarding your code that I believe will be of great interest to you.

ESSENTIALS ♻️:

  • This solution has generated accessibility error reports due to lack of title tag inside html element
  • <html> element must have a title tag, so fix it by adding
  • <title>QR code component</title> inside the html
  • The <title> tag defines the title of the document.
  • The title must be text-only, and it is shown in the browser's title bar or in the page's tab.
  • The <title> tag is required in HTML documents, The contents of a page title is very important for search engine optimization (SEO)

HEADINGS ⚠️:

  • And, this solution has also generated accessibility error report due to lack of level-one heading <h1>
  • Every site must want at least one h1 element identifying and describing the main content of the page.
  • An h1 heading provides an important navigation point for users of assistive technologies, allowing them to easily find the main content of the page.
  • So we want to add a level-one heading to improve accessibility by reading aloud the heading by screen readers, you can achieve this by adding a sr-only class to hide it from visual users (it will be useful for visually impaired users)

iMAGES 📸:

  • Since this component involves scanning the QR code, the image is not a decoration, so it must have an alt attribute.
  • The alt attribute should explain its purpose.
  • E.g. alt="QR code to frontendmentor.io"

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

Marked as helpful

0
Rafael 160

@StomperHK

Posted

Boa man, o primeiro de muitos.

1

GlitzDev 50

@GlitzDev

Posted

@StomperHK com certeza kkk, vlw cara <3

1

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