please click the reset button to restore the code to its initial state.
then you will be shown the following line of code in the editor
<img>
this is an img element but it is not complete and it is missing the src attribute
to add the src attribute you must type it next to the word img (inside the angled brackets).
then type the equal sign =
then type some double quotes “”
and inside the double quotes you should copy the value of the link for this img from the exercise description
make sure you leave a space between img and src
make sure you still have the angled brackets in place
okay lets first see what instructions is saying about this with an example
An example of an img element using an src attribute: <img src="https://www.example.com/the-image.jpg">
and lets see what this step is asking you to do
Inside the existing img element, add an src attribute with this URL: https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
now given these information, i would recommend to start with what “hbar1st” is saying to reste this “step” and begin fresh and with rest to finish this step, happy learning