0
how can I add an image which is in F drive of my laptop? ?
2 Antworten
+ 2
u can display image saved in Ur f drive but it will not be accessible in others browser.. since it is out of there reach..
for displaying in Ur browser .. open image in f drive copy path and paste in src of img tag
0
It s possible, but makes no sense since your f:\ drive is not acessible through the internet i guess. Html is made for public documents, not for local files. Learn how to use relative paths and how an URL is built. (domain+path)