複数のセルを結合する(1)

<td colspan="・・・"> <td rowspan="・・・">

すでに作成した表の下にもう1つの表を追加して、
この表のセルを縦と横方向で結合してみます。
ここではまず、価格表を追加します。

****これより上略****
<body>
<h1 align=center>表(テーブル)を作る</h1>
<P align="center"><BR>
<B>◆ 洋紙寸法及び面積</B></P>
<CENTER>
<TABLE border="1">
<CAPTION><FONT size="+1"><B>日本工業規格紙の仕上げ寸法</B></FONT></CAPTION>
<col width="130">
<col width="250">
<col width="250">
<TR align="center">
<TH>番    号</TH>

****中    略****
</TR>
<TR align="center">
<TD>10</TD>
<TD>37X26</TD>
<TD>45X32</TD>
</TR>
</TABLE>

<BR>

<TABLE border="1">
<CAPTION><FONT size="+1"><B>上  質  紙  単  価  表</B></FONT></CAPTION>
<col width="100">
<col width="100">
<col width="60">
<col width="60">
<col width="45" span="4">
<col width="150">
<TR>
<TH colspan="3" align="center">原   紙   名</TH>
<TH align="center">単 位</TH>
<TH colspan="4" align="center">単       価</TH>
<TH align="center">備  考  欄</TH>
</TR>
<TR>
<TH rowspan="4" align="center" valign="middle">625×880</TH>
<TD align="center">OKプリンス</TD>
<TD align="center">〈28.5〉</TD>
<TD align="center">R</TD>
<TD align="center">130</TD>
<TD align="center">132</TD>
<TD align="center">135</TD>
<TD align="center">130</TD>
<TD align="right">52.3g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈35〉</TD>
<TD align="center">R</TD>
<TD align="center">123</TD>
<TD align="center">125</TD>
<TD align="center">127</TD>
<TD align="center">123</TD>
<TD align="right">64g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈44.5〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">81.4g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈57.5〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">104.7g/u</TD>
</TR>
<TR>
<TH rowspan="5" align="center">636×939</TH>
<TD align="center">OKプリンス</TD>
<TD align="center">〈31〉</TD>
<TD align="center">R</TD>
<TD align="center">130</TD>
<TD align="center">132</TD>
<TD align="center">135</TD>
<TD align="center">130</TD>
<TD align="right">52.3g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈38〉</TD>
<TD align="center">R</TD>
<TD align="center">123</TD>
<TD align="center">125</TD>
<TD align="center">127</TD>
<TD align="center">123</TD>
<TD align="right">64g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈48.5〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">81.4g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈62.5〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">104.7g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈76.5〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">127.9g/u</TD>
</TR>
<TR>
<TH rowspan="6" align="center">788×1091</TH>
<TD align="center">OKプリンス</TD>
<TD align="center">〈45〉</TD>
<TD align="center">R</TD>
<TD align="center">130</TD>
<TD align="center">132</TD>
<TD align="center">135</TD>
<TD align="center">130</TD>
<TD align="right">52.3g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈55〉</TD>
<TD align="center">R</TD>
<TD align="center">123</TD>
<TD align="center">125</TD>
<TD align="center">127</TD>
<TD align="center">123</TD>
<TD align="right">64g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈70〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">81.4g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈90〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">104.7g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈110〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">127.9g/u</TD>
</TR>
<TR>
<TD align="center">OKプリンス</TD>
<TD align="center">〈135〉</TD>
<TD align="center">R</TD>
<TD align="center">117</TD>
<TD align="center">120</TD>
<TD align="center">123</TD>
<TD align="center">117</TD>
<TD align="right">157g/u</TD>
</TR>
</TABLE>
</CENTER>

****これより下略****


(画面クリックでWEB上のサイズを見てください。)