How to include images in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How to include images in html

Plz tell me how to do

4th Nov 2019, 7:59 AM
Kaushik Madkaikar
Kaushik Madkaikar - avatar
1 Answer
+ 2
The corrrect syntax is: <img src="URL"> <img src="image.jpeg"> OR <img src="http://www.something.com/something.png"> Wouldn't it be easier and more productive to chech the HTML section here or do a quick search?
4th Nov 2019, 8:24 AM
Alek Sei
Alek Sei - avatar