gansu.html
来自「一次数据结构的课程设计」· HTML 代码 · 共 17 行
HTML
17 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<img src="gansu.jpg" width="597" height="464" border="0" usemap="#Map">
<map name="Map">
<area shape="poly" coords="381,38,370,24" href="#">
<area shape="poly" coords="432,17,370,25,383,37,374,49,366,75,376,95,384,103,384,80,398,69,409,68,424,76" href="chinamap.html">
</map>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?