728x90
참고풀이]
<html>
<head>
<title>CHAPTER 02 연습문제</title>
</head>
<body>
<table border="1">
<tr>
<th>Column1</th><th>Column2</th><th>Column3</th>
</tr>
<tr>
<td rowspan="2">Row 1 Cell 1</td>
<td>Row 1 Cell 2</td>
<td>Row 1 Cell 3</td>
</tr>
<tr>
<td>Row 2 Cell 2</td>
<td>Row 2 Cell 3</td>
</tr>
<tr>
<td colspan="3">Row 3 Cell 1</td>
</tr>
</table>
</body>
</html>
참고풀이 결과]
대한민국의 아름다운 영토, 독도의 봄
반응형
댓글