+ 1
The image is not getting open by writing"tree.jpg"(tree=image name).the image is only get open by writing full source(D..\..jpg)
<!DOCTYPE html> <html> <head> <title>Image Tag </title> </head> <body> <img src="......."/> </body> </html>
3 ответов
+ 4
if you want to use a relative path you can use ./ for the folder of your html file
otherwise please let us see your code
+ 1
@Oliver@Serena Yvonne...I means to say that Is it possible if I write name of the image directly like "tree.jpg" or I have to write full source like..."D:\pictures\tree.jpg" (D is a name of the folder in which picture's folder exist)
+ 1
@Serena Yvonne Oohk...Thank u Serena...:)