山西.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="shanxi.jpg" width="618" height="821" border="0" usemap="#Map">
<map name="Map">
<area shape="poly" coords="175,73" href="#">
<area shape="poly" coords="176,73,115,82,125,94,119,106,112,129,119,149,128,162,126,144,132,134,145,126,152,123,166,134" href="chinamap.html">
</map>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?