pabfoun
September 28, 2021, 2:15pm
1
Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<img src="https://www.freecatphotoapp.com/kitten.jpg" alt="playful kitten">
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; TECNO KD7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36
Challenge: Add Images to Your Website
Link to the challenge:
ILM
September 28, 2021, 2:16pm
2
is that your whole code? what error are you getting?
pabfoun
September 28, 2021, 2:17pm
3
Your image should have a
src
attribute that points to the kitten image. // tests completed.
This is the response I was getting
ILM
September 28, 2021, 2:18pm
4
what do the instructions tell you about the src
attribute?
pabfoun
September 28, 2021, 2:21pm
5
Your page should have an image element.
Your image should have a src
attribute that points to the kitten image.
Your image element’s alt
attribute should not be empty.
And is this the kitten image url you were told to use?
ILM
September 28, 2021, 3:01pm
8
These are the instructions:
Let’s try to add an image to our website:
Within the existing main
element, insert an img
element before the existing p
elements.
Now set the src
attribute so that it points to the url https://www.bit.ly/fcc-relaxing-cat
Finally, don’t forget to give your img
element an alt
attribute with applicable text.
what does it say about the src attribute?
pabfoun
September 28, 2021, 3:08pm
9
Src attribute points to the url. And I did that too in my response.
These do not look identical to me. You must use the url that the instructions require.
pabfoun
September 28, 2021, 5:28pm
11
Ilenia, thanks very kindly. I’ve made the correction and able to move forward now.
olympia
September 28, 2021, 7:10pm
12
made a silly error- did not scroll down to see “submit and progress”.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.
system
Closed
March 30, 2022, 7:14am
14
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.