index.htm
来自「jsp网上书店系统(论文+源程序).rar JSP开发的」· HTM 代码 · 共 29 行
HTM
29 行
<!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>
<style type="text/css">
<!--
body {
background-image: url(image/index.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="100%" height="100%" border="0" cellpadding="-2" cellspacing="-2">
<tr>
<td align="center"><img src="image/index.gif" width="1004" height="596" border="0" usemap="#Map"></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="464,26,1000,299" href="customer/bookshop.htm" alt="由此进入......">
</map>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?