+ 1
Who knows how to add an image to an HTML code pls?
I tried this, but it ain't working. Pls help! <img scr ="https://images.app.goo.gl/YdUsVkJLcGqXMCrE7">
10 Answers
+ 2
Share your code
+ 6
Sunday Friday Abimaje It is not scr it's src means source.
https://www.sololearn.com/discuss/75185/?ref=app
https://www.sololearn.com/discuss/565851/?ref=app
https://www.sololearn.com/discuss/2300196/?ref=app
https://www.sololearn.com/discuss/1325165/?ref=app
https://www.sololearn.com/discuss/156414/?ref=app
https://code.sololearn.com/WT3661NHpV3B/?ref=app
+ 4
This example will help you:
https://sololearn.com/compiler-playground/WSLZPpBIFgr7/?ref=app
+ 2
Omg,thank you.
+ 2
Sunday Friday Abimaje Check your code is working you need to visit website then select image after that click on share then copy the link and paste in code.
https://code.sololearn.com/W7DkH9w0tqHd/?ref=app
+ 1
There:<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
<h1>ADONIS PHARMACUETICAL COMPANY</h1>
<p>Adonis Pharmacuetical Company,is the biggest drugs producing company in Nigeria,located in Lekki,Lagos Nigeria. </p>
<img src="https://images.app.goo.gl/YdUsVkJLcGqXMCrE7">
<p>Click on the button below to shop our stores exclusively</p>
<button>SHOP NOW</button>
+ 1
Use this code: <img src = //.png> and insert the name of the image and folder between the slashes.
+ 1
Okay, thank you!
0
But wait,I just tried it. But the image isn't displaying,it's only shows the image bar, without displaying it.
0
Can you help me, how to type casting?