How to add image to html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to add image to html

5th Jan 2017, 3:08 PM
aman
15 Answers
+ 9
<img src="source...">
5th Jan 2017, 3:10 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
<img src="source"> for source just visit the location where image is located Then click on address bar and copy it and paste that in your file for file name right click on file and select rename don't rename your file and just copy the text and paste after address then put your file extension in you html file
5th Jan 2017, 3:24 PM
Hitesh Paloud
Hitesh Paloud - avatar
+ 2
image aren't in page. just keep the file now in html add <img src=pathtoimage>
5th Jan 2017, 3:31 PM
Sandeep Chatterjee
0
<img sec="url of your image" alt=" name in case of slow net" title=" name shown when mouse cursor moves on image" >
5th Jan 2017, 6:38 PM
ashish
ashish - avatar
0
<img src="url"> URL is simply the link/path/location(or whatever you may call it) of where u get your image from
6th Jan 2017, 12:35 AM
Apena Adetayo
Apena Adetayo - avatar
0
<img src="URL" alt="">
8th Jan 2017, 7:02 PM
Lorenzo Bianciardi
Lorenzo Bianciardi - avatar
0
imagen :v
12th Jan 2017, 3:16 AM
GABRIELA BASTIAN CID
GABRIELA BASTIAN CID - avatar
0
<img src="imagename.jpg"width="104" height="142"
12th Jan 2017, 8:29 AM
sonit
0
first u have to use a tag <img src=":D/:new/:image.jpg"> where src is source of imag
12th Jan 2017, 3:42 PM
Abhishek
0
<img src"source" />
14th Jan 2017, 1:00 PM
Germanotta
Germanotta - avatar
0
<img src="URL" width="" height="" alt="">
14th Jan 2017, 3:20 PM
nama kawa
nama kawa - avatar
0
bhai kya hal h
15th Jan 2017, 1:52 PM
Manan Singh
Manan Singh - avatar
6th Jan 2017, 5:28 AM
rakshit gupta
rakshit gupta - avatar
- 1
<img src=(image title+ext.)>
9th Jan 2017, 6:26 PM
D Miths