tryit_view.asp@filename=tryhtml_ismap

来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYHTML_ISMAP 代码 · 共 18 行

ASP@FILENAME=TRYHTML_ISMAP
18
字号
<html>
<body>

<p>
Move the mouse over the image, and look at the status bar to see how the
coordinates change.
</p>

<p>
<a href="tryhtml_ismap.htm">
<img src="planets.gif"
ismap width="146" height="126">
</a>
</p>

</body>
</html>

⌨️ 快捷键说明

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