How do I access a local image with the image tag? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How do I access a local image with the image tag?

4th Aug 2016, 7:59 AM
Cocoa
Cocoa - avatar
2 Respuestas
+ 1
<img src="path to file" height="x" width="x"> if the image file is in the same folder as the HTML all you need to do is to put src="my_image.extension"
8th Aug 2016, 6:19 AM
Pedro Costa
Pedro Costa - avatar
0
Thanks!
14th Aug 2016, 9:08 AM
Cocoa
Cocoa - avatar