⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookpublisher.html

📁 ssd7 Exercise1 练习1 答案
💻 HTML
字号:
<!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>
</head>

<body>
<p align="center">BOOK</p>
<table width="744" height="226" border="1">
  <tr>
    <td width="65" height="48"><div align="center"><span lang="EN-US" xml:lang="EN-US">Primary   Author </span></div></td>
    <td width="95"><div align="center"><span lang="EN-US" xml:lang="EN-US">Title</span></div></td>
    <td width="80"><div align="center"><span lang="EN-US" xml:lang="EN-US">ISBN </span></div></td>
    <td width="80"><div align="center"><span lang="EN-US" xml:lang="EN-US">PublisherID</span></div></td>
    <td width="80"><div align="center"><span lang="EN-US" xml:lang="EN-US">Edition</span></div></td>
    <td width="96"><div align="center"><span lang="EN-US" xml:lang="EN-US">Date   of Publication </span></div></td>
    <td width="41"><div align="center"><span lang="EN-US" xml:lang="EN-US">Price</span></div></td>
    <td width="155"><div align="center"><span lang="EN-US" xml:lang="EN-US">Book   Description </span></div></td>
  </tr>
  <tr>
    <td>Thomas L. Friedman</td>
    <td>The World Is Flat 3rd</td>
    <td>9780312425074</td>
    <td>5533</td>
    <td>3</td>
    <td>2007-07-00?</td>
    <td>144.00</td>
    <td>The Pulitzer Prize-winning New York Times columnist and best-selling author of   The Lexus and the Olive Tree gives a bold, timely, and surprising picture of the   state of globalization in the twenty-first century.<br /></td>
  </tr>
  <tr>
    <td>Bruce Eckel</td>
    <td>Thinking in C++</td>
    <td>9787111108078</td>
    <td>5548</td>
    <td>2</td>
    <td>2003-4-1 </td>
    <td>59.00</td>
    <td>This book is a thorough rewrite of the first edition to reflect all of the   changes introduced in C++ by the finalization of the C++ Standard, and so on. </td>
  </tr>
  <tr>
    <td>Bruce Eckel</td>
    <td>Thinking in JAVA </td>
    <td>9787111213826 </td>
    <td>5548</td>
    <td>4</td>
    <td>2007-6-1</td>
    <td>108.00</td>
    <td><em>Thinking in Java</em> introduces all of the language's fundamentals, one step   at a time, using to-the-point code examples. More than virtually any other book, <em>Thinking in Java</em> helps you understand not just what to do -- but why.   Eckel introduces all the basics of objects as Java uses them; then walks   carefully through the fundamental concepts underlying all Java programming --   including program flow, initialization and cleanup, hiding implementations,   reusing classes and polymorphism.</td>
  </tr>
  <tr>
    <td>CARBEGLE.DALE</td>
    <td>The leader in you </td>
    <td>9787802113763 </td>
    <td>8976</td>
    <td>1</td>
    <td> 2007-2-1 </td>
    <td>16.00</td>
    <td>The Human-Relations Revolution.</td>
  </tr>
</table>
<p align="center"> <span lang="EN-US" xml:lang="EN-US">PUBLISHER</span></p>
<table width="744" height="121" border="1">
  <tr>
    <td width="96"><div align="center"><span lang="EN-US" xml:lang="EN-US">PublisherID</span></div></td>
    <td width="262"><div align="center"><span lang="EN-US" xml:lang="EN-US">Name</span></div></td>
    <td width="364"><div align="center"><span lang="EN-US" xml:lang="EN-US">Address</span></div></td>
  </tr>
  <tr>
    <td>5533</td>
    <td>Picador USA</td>
    <td>New York</td>
  </tr>
  <tr>
    <td>5548</td>
    <td>Addison Wesley</td>
    <td>New York </td>
  </tr>
  <tr>
    <td>8976</td>
    <td>中央编译出版社</td>
    <td>beijing</td>
  </tr>
</table>
<p><strong>Book Table: <br />
PK is ISBN.</strong></p>
<p><strong>FK is PublisherID.</strong></p>
<p><strong>AK is Primary Author &amp;&amp;   Title &amp;&amp; Edition</strong></p>
<p>PUBLISHER Table: <br />
PK is PublisherID.</p>
<p>FK is not exist. </p>
<p> AK is Address &amp;&amp; name.</p>
</body>
</html>

⌨️ 快捷键说明

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