I just finished my product landing page HTML and CSS project and I wanted a little review from the community before submission… any suggestions, scrutiny, or fault-finding will be highly appreciated… Thanks.
Hey there @Eprince! So your landing page looks amazing and I have no qualms about your design. It’s responsive, eye-catiching, and overall amazing. When you add in the test script your CSS is done. However, there are some errors in your Html.
The way you add your test script is you add the link into the top of your html. However, I know that’s kind of the wrong way to do it. The fonts should be in the <head> element and the test script should be at the end of the <body> tag. Here’s an article that explains the html boilerplate: https://medium.com/better-programming/understanding-the-tags-in-html-boilerplate-38d1ae2805f7