Hello everyone... anyone have time to review this responsive webpage project..thanks!

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36.

Challenge: Build a Product Landing Page

Link to the challenge:

Hi @iammuchemimuchiri. Will you please clarify which project this page is. I’m not sure if it is the survey form or the product landing page. Either way, some things to revisit;

  • The test script should be included, with all tests passing, when you submit your projects.
    • Click the red button to see which test(s) are failing and text to help you correct the issue.
  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • Things like a link to the font, etc goes in the box labeled ‘Stuff for <head>’
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
  • Codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it, there’s something to clean up.
    • (The one for HTML misses things which is why I recommend W3C)
  • Don’t use the <br> element to force line breaks or spacing. That’s what CSS is for.
1 Like

this has been very helpful I wasnt able to log in here last night but Im looking into that thanks alot alot for the feedback…

this is like real gold for me a whole lot of stuff that I did not know about I have just learned from you… thank you very much @ Roma…thanks again