I don't understand how to insert image in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I don't understand how to insert image in html

img tag

26th Mar 2020, 5:55 AM
RAJDEEP KUMAR
8 Answers
26th Mar 2020, 7:02 AM
❤ MASTER ASK ❤
❤ MASTER ASK ❤ - avatar
+ 7
For images right link go on alphacoder.com.
26th Mar 2020, 7:03 AM
❤ MASTER ASK ❤
❤ MASTER ASK ❤ - avatar
+ 1
<img src”myimageaddress.png”> in the double quotes, you can for example search a google image, click on the imge, copy image address and paste it in the double quoutes.
26th Mar 2020, 6:23 AM
Ginfio
Ginfio - avatar
0
<img src="the address of the image.jpg" alt=""/>
27th Mar 2020, 1:40 AM
Vinay Sagar
Vinay Sagar - avatar
0
U can simplify the image by using height and width before the alt As height="50%",width="50% like wise
27th Mar 2020, 1:42 AM
Vinay Sagar
Vinay Sagar - avatar
0
<img src="the address of the image.jpg" alt=""/>
27th Mar 2020, 4:00 PM
Moynul Islam
Moynul Islam - avatar
0
Use <img"here specify the root to the image together with extension, either jpg jpeg etc" alt="then here is an alternative that displays if the image can't be displayed">
28th Mar 2020, 4:22 AM
Phillip Santei
Phillip Santei - avatar
0
src="image root"
28th Mar 2020, 4:22 AM
Phillip Santei
Phillip Santei - avatar