Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #image #urol #src #local #image
ADD COMMENT
Topic
Name
5+7 =