链接到
链接到
链接到
<html> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>点击图片就可以链接到你想去的地方</title> </head> <body> <p>链接到<a href="http://www.baidu.com/" target="_blank"><img src="http://www.evget.com/images/logo/logo_evget.jpg" /></a></p> <p>链接到<a href="http://www.baidu.com/" target="_blank"><img src="http://www.baidu.com/img/baidu_logo.gif" /></a></p> <p>链接到<a href="http://www.google.com/" target="_blank"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" /></a></p> </body> </html>