not able to pass the project. am only able to get 8/10. not able to find the the error in the code. Need help. https://codepen.io/mohamed-adhil/pen/ZEaNGVG
- Inside div element with id img-div there is a
<p>
element where you have to replace it with<figcaption>
(its optional) but change the id name to img-caption - Replace the class to id in
<a>
inside the<p>
with class name tribute-link where you’ve added class instead of id
2 Likes
Thank you sir. corrected the errors
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.