Answers for "image.file to local file in folder"

1

how to add image in html from a folder

|-> myhtmlfiles
      |-> index.html
|-> images
      |-> my_image.jpg

<img src="../images/my_image.jpg">
Posted by: Guest on May-21-2020
0

html not showing image with full path

use forward slah at the end of the sorce . example = <img src = "c:\bla bla\photo.jpg"/>
Posted by: Guest on October-17-2020

Code answers related to "image.file to local file in folder"

Browse Popular Code Answers by Language