Travel Agency Landing Page - Feedback Please

https://codepen.io/romel__mahmud/pen/PoWmPPR

Welcome back @romeltextile. Your page looks good. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (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.
    • Only really mentioning because the test script would not sit outside of your code. It should be right before the closing body tag. Codepen is forgiving which is why it works.
  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s). (It’s minor but you want to be aware of duplicates so you don’t overwrite yourself)
    • (The one for HTML misses things which is why I recommend W3C)
  • The one thing I see that could be an issue is on smaller screens the navlinks are intermingled with the h1 text because the background is transparent. As you learn more you’ll gain an understanding of how to add some padding to avoid this. Otherwise this is a very nicely done.

Thank you for your feedback It’s mean a lot

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.