0

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

4th Aug 2016, 7:59 AM
Cocoa
Cocoa - avatar
2 odpowiedzi
+ 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