Please🙏 am just new to website design. And i'm having issue on the how to input image in my html code. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Please🙏 am just new to website design. And i'm having issue on the how to input image in my html code.

I have tried different image links but it is yet no displaying . Pls 😥what is wrong with the code. Is it because I'm using a telephone instead of a computer or laptop 😢😥 https://code.sololearn.com/WXTKSS3tPysM/?ref=app

6th Aug 2022, 10:23 PM
Ayomo Joshua Odunayo
Ayomo Joshua Odunayo - avatar
23 Answers
+ 5
Please did you search the link on Google. Because, your link shows the image I want mine to display
7th Aug 2022, 6:55 AM
Ayomo Joshua Odunayo
Ayomo Joshua Odunayo - avatar
+ 4
You can download high resolution images for you web design at Pexels.com
7th Aug 2022, 12:44 PM
UCHENNA PATRICK CHIDERA
UCHENNA PATRICK CHIDERA - avatar
7th Aug 2022, 1:28 PM
Ayomo Joshua Odunayo
Ayomo Joshua Odunayo - avatar
+ 3
But why? I copied the link from Google and add ".jpg" at the back of the link yet, it's still not working? Please 🙏 explain to me senior programmers
7th Aug 2022, 6:32 AM
Ayomo Joshua Odunayo
Ayomo Joshua Odunayo - avatar
+ 3
Can please 🙏, recommend a website where I can copy image links and also search it
7th Aug 2022, 7:48 AM
Ayomo Joshua Odunayo
Ayomo Joshua Odunayo - avatar
+ 2
Now is all good
7th Aug 2022, 5:00 PM
</ENS>
</ENS> - avatar
+ 2
It works fine😪
7th Aug 2022, 7:31 PM
Ezeh Ifeanyi
Ezeh Ifeanyi - avatar
+ 2
Eze Ifeanyi I edited the code . I was wrong in the before. Am sorry bro 🥰
7th Aug 2022, 7:34 PM
Ayomo Joshua Odunayo
Ayomo Joshua Odunayo - avatar
+ 2
Now it show's the correct code: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://onlinejpgtools.com/images/examples-onlinejpgtools/sunflower.jpg" height="350px" width="350px" /> <h3 align="center">This is a <ins> Flower</ins></h3> </body> </html>
8th Aug 2022, 12:19 PM
Þ Þ
Þ Þ - avatar
8th Aug 2022, 10:08 PM
ARCANO YT
ARCANO YT - avatar
+ 1
Image link invalid.
7th Aug 2022, 12:05 AM
Md Rasel Khan
Md Rasel Khan - avatar
+ 1
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://images.pexels.com/photos/736230/pexels-photo-736230.jpeg?cs=srgb&dl=pexels-jonas-kakaroto-736230.jpg&fm=jpg" height="350px" width="350px"> <h3 align="center">This is a <ins> Flower</ins></h3> </body> </html>
9th Aug 2022, 9:46 AM
Aaditya Panwar
Aaditya Panwar - avatar
+ 1
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://images.pexels.com/photos/736230/pexels-photo-736230.jpeg?cs=srgb&dl=pexels-jonas-kakaroto-736230.jpg&fm=jpg" height="350px" width="350px"> <h3 align="center">This is a <ins> Flower</ins></h3> </body> </html>
9th Aug 2022, 9:47 AM
Aaditya Panwar
Aaditya Panwar - avatar
+ 1
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <img src="https://images.pexels.com/photos/736230/pexels-photo-736230.jpeg?cs=srgb&dl=pexels-jonas-kakaroto-736230.jpg&fm=jpg" height="350px" width="350px"> <h3 align="center">This is a <ins> Flower</ins></h3> </body> </html>
9th Aug 2022, 9:47 AM
Aaditya Panwar
Aaditya Panwar - avatar
0
U prob bruhh
7th Aug 2022, 7:36 PM
Ezeh Ifeanyi
Ezeh Ifeanyi - avatar
0
U will just write <lmg src="url">
8th Aug 2022, 10:26 AM
agala Theola
agala Theola - avatar
0
<a href>image link<a/>
8th Aug 2022, 1:22 PM
Aaditya Panwar
Aaditya Panwar - avatar
0
Hi
8th Aug 2022, 2:38 PM
Savage boy
Savage boy - avatar
0
Hmko
8th Aug 2022, 2:38 PM
Savage boy
Savage boy - avatar
0
There are a lot of sites that offer free images you can use and include the proper links to embed them. Try canvas.com or do a Google search for free image providers.. then it's just a matter of getting your program syntax down.
8th Aug 2022, 3:02 PM
Brandon Whittinghill
Brandon Whittinghill - avatar