booklove.html

来自「毕业设计做的网上书店系统 实现很简单 非常适合jsp入门学习」· HTML 代码 · 共 32 行

HTML
32
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>图书人气榜</title>
<link href="source/bookshop.css" rel="stylesheet" type="text/css">
</head>

<body>
<p>&nbsp;</p>
<p><img src="source/booklove.jpg" width="710" height="24" /></p><table width="300" border="1">
  <tr>
    <th scope="row">NO.1 三国演义(插图版) 点击1008次</th>
  </tr>
  <tr>
    <th scope="row">NO.2 伊索寓言(英文版) 点击926次</th>
  </tr>
  <tr>
    <th scope="row">NO.3 红楼梦 点击879次</th>
  </tr>
  <tr>
    <th scope="row">NO.4人间词话 点击527次</th>
  </tr>
  <tr>
    <th scope="row">NO.5 处事36计 点击350次</th>
  </tr>
</table>

</body>

</html>

⌨️ 快捷键说明

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