what should i do to include a png image instead of jpg image? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

what should i do to include a png image instead of jpg image?

9th Mar 2017, 1:09 PM
ARAVINTHALPHA
ARAVINTHALPHA - avatar
1 Respuesta
+ 4
add your png to your website directory and insert it in your html as you would do normally with a jpg. <img src="myPicture.png">
9th Mar 2017, 1:29 PM
seamiki
seamiki - avatar