I'm stuck with my code , pls help me out

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>


<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 (Linux; Android 10; RMX1851) 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:

Hi @shahkintur !

Welcome to the forum!

It looks like you haven’t started yet.

This is an image tag.
It is made up of a src attribute and alt attribute.

The src attribute has the url address for the image.
The alt attribute has the descriptive text for the image.

Here is the basic structure.

<img src="URL GOES HERE" alt="DESCRIPTIVE TEXT GOES HERE">

For this challenge, you will follow that basic structure I just laid out to add an image to the page.

Use the url they gave you in the instructions and add your own descriptive text.

Here is the url to use from the instructions.
Now set the src attribute so that it points to the url https://www.bit.ly/fcc-relaxing-cat

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.