Hoe to insert an image? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Hoe to insert an image?

how

12th Jan 2018, 7:02 AM
Siddharth Tripathi
Siddharth Tripathi - avatar
2 Answers
+ 15
in HTML <img src="url of image" />
12th Jan 2018, 7:36 AM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 3
HTML <img src= "url of image"/> if you want to add image from a certain source if you have image downloaded then paste it in the same folder where your html file is saved <img src= name of the image with extentions />
12th Jan 2018, 8:14 AM
prachal goyal
prachal goyal - avatar