https://codepen.io/willbroad/pen/bGVwVxd

Tell us what’s happening:

Your code so far

Your browser information:

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

Challenge: Build a Technical Documentation Page

Link to the challenge:

what’s your question?

also you will need to include the project link inside the post, or it can’t be clicked

1 Like

My question was what am I doing wrong that make content disappear. I tried to make it scroll but the content doesnt come back. here is the link

https://codepen.io/willbroad/pen/bGVwVxd

thank you

You’re throwing a tag in the middle of your text. The following article should help resolve your issue.

https://www.w3schools.com/html/html_entities.asp

Thank You so much was about to quit. Removed the title tag and the magic happened Tomorrow will finish this project and claim my certification.

Don’t forget to keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).

  • The test script should be included, with all tests passing, when you submit your projects.