+ 4
How do I add an image in HTML from other website url?
Please help me......
11 Answers
+ 4
Anas Dharar you are using page link not image link use this
https://upload.wikimedia.org/wikipedia/commons/2/2f/Kerzenuhr.jpg
+ 4
Thanks a lot Sudarshan Rai.... and Ali Abd Alftah Fadul Mohammedđđđđâ€đđ
+ 2
Type the full path of the image (in the src property in the img tag ).
+ 2
You can put image url on src attribute of <img>
example:
src="yourimageurl.jpg"
https://www.sololearn.com/learn/HTML/1030/?ref=app
+ 1
Yes
+ 1
Anas Dharar On Wikipedia page click on image on (if on desktop , right click and click open on new tab) image Will open on new tab and copy that image url
+ 1
Either
Copy it locally
Provide full path to the file đ€š
0
Tried many times sir...
0
.jpg is also necessary???
0
https://code.sololearn.com/WV31GdpPUSJc/?ref=app
Check this out
0
How did u get this??