学习2

<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
	<title>图片链接</title>
</head>
<body>
<a href="http://baidu.com" target="_bank"><img src="2.png"></a>
<img src="2.png" usemap="map">
<map name="map" id="map">
	<area shape="rect" coords="0,0,100,100" href="http://baidu.com">
<iframe src="http:baidu.com"></iframe>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/weixin_42664623/article/details/88656147