Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<img
<p>Kitty ipsum dolor sit amet, shed everywhere 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36
I’m new coding , i have started learing html from last two days , i have completed the last few one on the way of learning, but i stucked here.
its was add <img scr arttribute and alt artribute belongs to kitty image but i cant getting solution , could please help.
HI@jwilkins.oboe
I’m facing trouble while adding image.
it giving error of:
// running tests Your image should have asrc attribute that points to the kitten image
I have setednthe scr tag to the corrosponding link but not working ,iam new to coding and i have started coding just few days back,please help me to get solution
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.
The others have pointed out the issues with your code.
When you are working on these challenges, it is really important to pay very close attention to details.
Always make sure you are using the exact url from the directions or else the test will always fail.
Also it should be src not scr.
Give it try and if you still have issues, then please post your new code and we can help you from there.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.