How do i create image to my webdsite

Tell us what’s happening:

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 OPR/65.0.3467.78.

Challenge: Add Images to Your Website

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website

What code have you tried adding?

Are you reading the challenge problems and instructions?

image is a self closing tag < img >
you need to add source address from where you want to upload image to src attribute
< img src=“https://bit.ly/fcc-relaxing-cat” >
you also need to add an alt attribute that describes the image …it will diplay that text when your image fails to upload
< img src=“https://bit.ly/fcc-relaxing-cat” alt="cat ">

im doing my tribute page, but its seems every img link i use nothing pops up? how do i convert any google img link into a working link??

Hi @501st-Codemander,

You have replied to two old forum threads with no link to your code.
You would be more likely to receive help if you opened your own forum post, including link to your code so others can take a look at it. It is really hard to help without seeing what you have tried so far.

To create your own post, click on ‘New Topic’ button. You can find it at the top of the page, on the right hand side. I hope this helps :slight_smile: