Hello, I happen to have trouble with this same step. I am very new to coding. I was trying to self-problem solve for a while, so I may have made a mess of what is needed for the code to pass. Here is a screenshot of
1: The code so far for step 15
2: The confirmation that the photo would link successfully
3: The hint given by the course
I would appreciate any tips, tricks, corrections, criticisms, etc.
Please and thank you!
you’ve mixed up all the parts
Here’s a sample of the correct order <a href="something"><img src="something" alt="something"></a>
Notice the location of the anchor closing tag?
I would reset this step and redo it.
This time do not modify the img tag at all.
Just add code to its right and to its left.