Design comparison
Solution retrospective
This one took me a while, I'm proud of all the javascript functionality. There was a lot going on with this one and I really had to drill down on each little thing to get it all working correctly.
What challenges did you encounter, and how did you overcome them?I had little bugs popping up throughout, sometimes the answers wouldn't populate correctly or icons wouldn't show up in the right spot etc. I used a lot of console.logs to find out specifically where I was running into trouble. I also did a fair amount of research on certain things, like the dark mode toggle for instance.
What specific areas of your project would you like help with?Any feedback would be welcome!
Community feedback
- @AshongAbdallah06Posted 2 months ago
Hi there. It seems there is a bugs in the questions
Which of the following is the correct structure for an HTML document?
. I choseA
which is<html> <head></head> <body></body> </html>
ANother is
Which HTML element is used to define the title of a document?
, I chose<title>
which isB
and I was marked incorrect.Another is
Which HTML tag is used to create a hyperlink?
Answer is<a>
which isC
and I was marked incorrect.Another is
Which tag is used to display images in HTML?
Answer is<img>
which isA
. I was marked incorrectAnother is
Which HTML tag is used to create an unordered list?
Answer is<ol>
which isA
. I was marked incorrectOverall, its a nice project you got there. There are some little issues with layout display. But I didn't want to overwhelm you. So maybe try fixing the ones I've listed above first. Good luck
Marked as helpful1 - @MatthewPCopePosted 2 months ago
Thanks @AshongAbdallah06, I fixed those bugs, I should've caught them but thank you for pointing them out!
0
Please log in to post a comment
Log in with GitHubJoin 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