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 challenge

darthTh0t 50

@darthTh0t

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


Hi there developers. First time doing this sort of challenge. I would appreciate your feedback and will definitely implement it in my future projects.

Community feedback

@mathanraj0601

Posted

Use "/" instead of "" and use " " instead of ' ' in the image tag hope it help :)

Marked as helpful

1

darthTh0t 50

@darthTh0t

Posted

Hi @mathanraj0601, thank you for your valuable feedback. I will definitely implement it

0
vcodey 270

@v-codey

Posted

hey @arnav-sahoo, Good job on your first challenge. I saw your source code, there are few things I would like to add.

happy coding. 👍

0

T
Grace 29,310

@grace-snow

Posted

@v-codey some of the answers on the stackoverflow about good use of br are not right. Always be careful pointing to that as a resource.

Br used inside paragraphs to try and control where a line breaks is bad because it is read out to screenreader / text to speech users and breaks the flow of the writing. Better to use max width and let the text break where it needs to.

Br used in place of margin is bad for similar reasons, and unnecessary when that's what margin is for

I hope that's a clearer explanation

1
vcodey 270

@v-codey

Posted

Hey @grace-snow ,

I couldn't find any better resource at that time so I selected stackoverflow, will surely remember next time while providing resources.

I knew br isn't recommended to be used for some issues but wasn't aware about the screen reader accessibility.

thanks for your feedback

1
darthTh0t 50

@darthTh0t

Posted

Hi @v-codey and @grace-snow, thank you so much for your valuable feedback. I was able to learn a lot from the discussion and will definitely try to do better for future challenges.

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