avr.htm

来自「这是一个自制的实用的文件格式转化工具」· HTM 代码 · 共 33 行

HTM
33
字号
<html>
<head>

<title>交友网站</title>

</head>
<body  topmargin="0">
<table width="772" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
  <!--<td><img src="images/top.gif" width="772" height="112" usemap="#Map2"  border="0"></td>
                                    宽          高          确定部位的代码名   左边界 
    -->
   <td><img src="images/top.gif" width="772" height="112" usemap="#M" border="0"></td>
  </tr>
</table>
<map name="M">
 <!--<area shape="rect" coords="235,94,274,113" href="default.htm" target="_blank">
  <area shape="rect" coords="298,96,363,111" href="your/index.htm" target="_blank">--> 
  
  <area shape="rect" coords="235,94,274,113" href="default.htm" target="_blank">
  <!--
  <area shape="rect" coords="298,96,363,111" href="your/index.htm" target="_blank">
  -->
  <area shape="rect" coords="383,95,445,110" href="list/index.htm" target="_blank">
  <area shape="rect" coords="472,95,531,111" href="register/index.htm" target="_blank">
  <area shape="rect" coords="556,95,615,109" href="sendphoto/index.htm" target="_blank">
  <area shape="rect" coords="638,92,698,110" href="pics/index.htm" target="_blank">
 <!--
    (x1,y1,x2,y2)说明:x坐标从左往右,y坐标从上往下,所定坐标赿出图片的部分无效。 
  -->
</map>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?