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

How to add jpg img in html

tag : pictures. that make sound

11th Jan 2017, 6:04 PM
Frason Francis
Frason Francis - avatar
4 Answers
+ 8
<img src="source" />
11th Jan 2017, 6:05 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
<img src="image.jpg" />
11th Jan 2017, 6:21 PM
Mima_nf
Mima_nf - avatar
+ 2
with <img src="" alt=""> you are adding image to html but if you want to upload this is good way: <input type="file" name="pic" accept="image/*"> but it's much better to do this with php
11th Jan 2017, 7:12 PM
Šimun Ivanac
Šimun Ivanac - avatar
+ 1
thnx
11th Jan 2017, 6:06 PM
Frason Francis
Frason Francis - avatar