HTML活用(1) テーブルの作り方
Jul
1
<table border=1>
<tr>
<td width=200 height=100 align="center">枠1</td><td width=100 align="center">枠2</td><td width=100 align="center">枠3</td><td width=100 align="center">枠4</td>
</tr>
<tr>
<td width=200 height=100>枠1</td><td width=100>枠2</td><td width=100>枠3</td><td width=100>枠4</td>
<tr>
<td height=100>枠1</td><td colspan=2 align="center">枠2</td><td>枠4</td>
</tr>
<tr>
<td height=100 colspan=3 align="center">枠1</td><td valign="top">枠4</td>
</tr>
</table>
枠1 | 枠2 | 枠3 | 枠4 |
枠1 | 枠2 | 枠3 | 枠4 |
枠1 | 枠2 | 枠4 | |
枠1 | 枠4 |
Posted at 2021-07-01 15:07
People Who Wowed This Post
Posted at 2021-07-01 15:41
People Who Wowed This Post