0
How do i load images which is in my storage to the web page ??
how to write the link for any picture ???
3 Respostas
+ 3
the default image load tag:-
<img src="location/image.png" alt="Image alternate text for search engine">
there are two options to link the image on your web page.
option #1 from local storage(copy the write the image location with image name and type on src="")
option #2 from online (copy the image URL and paste it on src="image URL")
+ 1
immediately on the project you can not upload the photo, you should download it to a third-party server and specify the link
- 1
even if i specify the location of my storage , web is nt locating it !