How to include images in html | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
- 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 ответ
+ 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