Answers for "how to make folder with in a folder be used in html"

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

Code answers related to "how to make folder with in a folder be used in html"

Browse Popular Code Answers by Language