IN the My Tribute page I can’t get the image to load. Have coded, following FCC instructions, as follows:
<div id="image-div">
<img id="image" src="https://en.wikipedia.org/wiki/Muhammad_Ali#/media/File:Muhammad_Ali_NYWTS.jpg" alt="">
<img-caption id="img-caption"> The young Ali looking away from the camera
</img-caption>
</div>
I assume the link you used refers to the Wikipedia “image download page”. If you right-click the image there you can copy this link, which seems to work …
You can edit your comments in a topic. You can also add additional, clarifying, comments to a topic thread. Please do not create duplicate topics.
In the future, when you enter a code block into a forum post, you can precede it with a separate line of three backticks and follow it with a separate line of three backticks to show your code formatted as code.
See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.