<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<!--
Hello Camper!
For now, the test suite only works in Chrome! Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding!
- The freeCodeCamp Team
-->
<div id="main">
<h1 id="title">Title</h1>
<div id="img-div">
<img id="image">
<figcaption id="img-caption">
This image
</figcaption>
</div>
<p id="tribute-info">info</p>
<a href="#" id="tribute-link" target="_blank">link</a>
</div>
I’m pretty new to CodePen.io so I don’t even know if this is a problem regarding my code or it is just my lack of knowledge about how CodePen works.
The problem is that not only (Test 1/10) didn’t progress when I clicked Run Tests right after I made up the code, but the page is also not loading at all, meaning that there is no preview on the code I made.
Look below, the page is blank:
Is there a fix on this? or have I completely got the wrong way of submitting the code for the Tribute Page Project? I would appreciate your help and feedback.