I keep getting 9/10 completes on the first can someone tell me what I’m missing here’s my code for the HTML
<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
-->
<style>
body {
background-color: black;
color: white;
}
</style>
<div id="main">
<h1 id="title"> Rocky The True Underdog </h1>
<div id="img-div">
<a id="tribute-link" target="_blank" href="https://www.youtube.com/watch?v=DhlPAj38rHc">
<img id="image" arc="https://www.allposters.com/-sp/SYLVESTER-STALLONE-Rocky-IV-1985-directed-by-SYLVESTER-STALLONE-Posters_i15760080_.htm?UPI=Q1EUC0E0&PODConfigID=13198922&sOrigID=9060" alt="Picture of Rocky"> width="20;" height="20;"
<figcaption id="img-caption"> Rocky overcomes from Rags to Riches as obtains the greatest title in the world </figcaption>
</div>
<p id="tribute-info">
<b> Rocky Attributes: </b>
<ul>
<li> Fearlessness </li>
<li> Grit </li>
<li> Heart </li>
<li> WillPower </li>
</div>