HTML image link - HTML links - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

6.4. HTML image link

Images can be designated as a link. Images commonly used img HTML tags, the next section, we will introduce img tags.

Trackback Address: http://www.nt22.com/xhtml-html/attribute_a_img/

Example

  <a Href = "baidu" "http://www.baidu.com/" title => <img src = "http://www.baidu.com/img/logo.gif" /> </ a> < a href = "http://www.google.com/" title = "google" /> <img src = "http://www.google.com/intl/en_ALL/images/logo.gif" /> </ a> 

Examples of HTML image link