+ 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
26 Respuestas
+ 5
Please did you search the link on Google.
Because, your link shows the image I want mine to display
+ 4
You can download high resolution images for you web design at Pexels.com
+ 4
UCHENNA PATRICK CHIDERA
Thanks 🤗
+ 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
+ 3
Can please 🙏, recommend a website where I can copy image links and also search it
+ 2
Now is all good
+ 2
It works fine😪
+ 2
Eze Ifeanyi
I edited the code .
I was wrong in the before.
Am sorry bro 🥰
+ 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>
+ 2
I would like to recommend this Java course.
https://acrobat.adobe.com/link/review?uri=urn:aaid:scds:US:4190e744-15fb-3541-a091-63c96722cdbf
+ 1
Image link invalid.
+ 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>
+ 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>
+ 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>
0
U prob bruhh
0
U will just write <lmg src="url">
0
<a href>image link<a/>
0
Hi
0
Hmko
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.