How to link an image and target a new window?

Solution 1:
   
    <a href="http://w3package.blogspot.in/" target="_blank">
      <img width="220" height="250" border="0" align="center" alt="HTML with PHP"  src="your images pathwith name"/>
    </a>


Solution 2:

    Sort and Sweet Way
    <a href="http://w3package.blogspot.in/" target="_blank">w3package</a>
   
Solution 3:

    <a href="Your link url" target="_blank"><img src="path/folder" height="150" width="150" alt="html target"/></a>


EmoticonEmoticon