zoukankan      html  css  js  c++  java
  • HTML图片热点,网页拼接

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <head>
     4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     5 <title>图片热点</title>
     6 </head>
     7 
     8 <body>
     9 <img src="1366555092118.jpg" width="554" height="453"  usemap="map"/>
    10 <map name="map">
    11   <area shape="circle" coords="331,249,89" href="http://www.baidu.com" />
    12 
    13 <area shape="rect" coords="62,57,207,159" href="http://www.360.com" />
    14 </map><br />
    15 <iframe width="400px" height="300px" frameborder="1" src="Untitled-2.html"
    16 </body>
    17 </html>
    View Code

  • 相关阅读:
    滚动条滚动方向
    阶乘函数-尾递归
    返回顶部
    CommonJS
    vuessr
    随机字符串
    indexedDB
    深层次选择器
    Vue3.0简单替代Vuex
    shell 学习笔记
  • 原文地址:https://www.cnblogs.com/beens/p/5298141.html
Copyright © 2011-2022 走看看