https://codepen.io/Devanshi_Goel/pen/xxEjdLg. Would love to know your feedback and how I can improve the page or what I can add 
you need to include the test suite script - but you pass all tests, so good job there
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
you can add this at the bottom of the html box
Also, codepen has a boilerplate, it expects only the html that goes in the body tags. If you click on the explamation mark/warning that is in the bottom right corner of the html box it says so:

the stuff you would put in the head you can add in the pen settings
your image is not visible, it gives a broken image icon, try using an image that is not broken
also your page is really bare, try to add some color, some styling
the text that expand on all the page on bigger screens is also a bit hard on the eyes, as it put strain to move all the way across to read it, maybe make it a bit more book page width?
Welcome to the forums @devanshi0608. In addition to the feedback that @ILM gave some other things you can revisit;
- Run your HTML code through the W3C validator.
- There are HTML coding errors you should be aware of and address.
- In addition to being used incorrectly in your code, do not use the
<br>element to force line breaks or spacing. That’s what CSS is for. - All your styling should be external. Do not use in-line styling.
Thank you so much @ILM for the valuable feedback I will do the suggested changes
Thank you @Roma i didn’t knew about the W3C validator . I will check the stuff and will try to rectify the errors
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.