image urol in src local image

Solutions on MaxInterview for image urol in src local image by the best coders in the world

showing results for - "image urol in src local image"
Hayden
09 May 2017
1<!DOCTYPE html>
2<html>
3   <head>
4      <title>
5         HTML img tag
6      <title>
7   </head>
8
9   <body>
10      <img src="file:/D:/images/logo.png" alt="Site Logo" width="50" height="50">
11   </body>
12</html>