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

How to upload image in html?

11th Jul 2021, 4:13 PM
Nihal Kumar Das
Nihal Kumar Das - avatar
9 Answers
+ 15
Use img src="myimage" alt="image Src is a link to image destination and alt for browsers who doesn't show up the image to print "image" text instead of the image
11th Jul 2021, 5:48 PM
Jano c͓̽o͓̽d͓̽e͓̽r͓̽
Jano c͓̽o͓̽d͓̽e͓̽r͓̽ - avatar
+ 3
Tag <img src="#" alt="&" > # = is image link yaa image name & = image note load - name image
11th Jul 2021, 5:04 PM
Ajay Chudasama
Ajay Chudasama - avatar
+ 2
Use the image tag <img src="example.jpg" alt="image-text"> Edit the source url and alt details to suit your need. Good luck!
13th Jul 2021, 6:27 AM
Adewoye David Adetoye
Adewoye David Adetoye - avatar
+ 2
Use img src="myimage" alt="Error loading" In Src Input Image link and alt for browser when network problem is here and doesn't show the image
13th Jul 2021, 11:31 AM
Ashin Mehra
Ashin Mehra - avatar
+ 1
You ,use <img src=" image url" alt="image icon name">
12th Jul 2021, 6:25 PM
Lumi
Lumi - avatar
+ 1
<img src= "url">
13th Jul 2021, 4:12 PM
K.Lohitha Siri
K.Lohitha Siri - avatar
0
how to add a background image from my gallery
16th Aug 2021, 5:45 AM
Nashmy Kune Ferrara