Answers for "image urol in src local image"

0

image urol in src local image

<!DOCTYPE html>
<html>
   <head>
      <title>
         HTML img tag
      <title>
   </head>

   <body>
      <img src="file:/D:/images/logo.png" alt="Site Logo" width="50" height="50">
   </body>
</html>
Posted by: Guest on February-01-2021

Browse Popular Code Answers by Language