How to include images in html | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 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 Respuesta
+ 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