Have you tried the Ask for Help button on this challenge?
Have you tried the Copy, Cut, and Paste Tutorial that was linked?
Have you tried the Ask for Help button on this challenge?
Have you tried the Copy, Cut, and Paste Tutorial that was linked?
Yes I meant the ask the help
If you clicked on the Ask for Help button, then did you submit the post that was created for you?
Tell us what’s happening:
**Your code so far**
="https://bit.1y/fcc"alt="relaxing-cat">
<h2>CatPhotoApp</h2>
<main>
<img>
<p>Kitty ipsum dolor sit ameteverywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>
**Your browser information:**
User Agent is: Mozilla/5.0 (Linux; Android 10; SM-A202F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36
.
Challenge: Add Images to Your Website
Link to the challenge:
Which I have now created
Huzzah! Now we can see your code and help you fix it.
This is not a well formed img
tag. What I mean by that is that it doesn’t match the example:
<img src="https://www.freecatphotoapp.com/your-image.jpg">
Your <img scr
part is missing.
Also, you should have a space between the URL and the keyword alt
.
Also, your URL is not exactly the one given
https://bit.ly/fcc-relaxing-cat
(You need an l instead of a 1)
(Mistakes in URLs can be avoided by using copy-paste)