How can we put the image in the programming of html, I m always confused in putting image. can anyone explain it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can we put the image in the programming of html, I m always confused in putting image. can anyone explain it?

29th May 2019, 6:07 AM
Shabista Imam
Shabista Imam - avatar
2 Answers
+ 6
First of all HTML is not programming language 😊 In addition to what Prince PS has explained if you want to put your own images in your code this tutorial code by Mickel will help you a lot . Thank you 😸 https://code.sololearn.com/WW6t4B73kJVz/?ref=app
29th May 2019, 7:28 AM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 4
Bro u can put image using the IMG tag . <img src=" ## "> In the SRC attribute you have to define the url of image and you need to copy and paste it from the web. You can also define an alternate text if the image is not processed. For more refer to this lesson by sololearn : https://www.sololearn.com/learn/HTML/1030/ Thanks
29th May 2019, 6:09 AM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar