Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to create image link in html

<!-- how to create image link in html -->
<a href="http://www.google.com">
    <img src="logo.jpg">Click this image
</a>
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #create #image #link #html
ADD COMMENT
Topic
Name
3+7 =