<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>테스트 홈페이지</h1>
<table width="300px" border="1" bgcolor="#aaa" cellspacing="1">
<tr height="100px" bgcolor="#fff">
<td colspan="2" bgcolor="#f00">cell01</td>
<td rowspan="2">cell03</td>
</tr>
<tr height="100px" bgcolor="#fff">
<td rowspan="2">cell04</td>
<td>cell05</td>
</tr>
<tr height="100px" bgcolor="#fff">
<td>cell08</td>
<td>cell09</td>
</tr>
</table>
</body>
</html>
'2022 SW전문인재양성사업 > 웹 퍼블리싱' 카테고리의 다른 글
HTML5 기초 (6) - 간단한 게시판 만들기 (0) | 2022.07.26 |
---|---|
HTML5 기초 (5) - 이력서 만들기 (0) | 2022.07.26 |
HTML5 기초 (4) - form, label, input, select 태그 (0) | 2022.07.26 |
HTML5 기초 (3) - table 태그 2 (0) | 2022.07.26 |
HTML5 기초 (1) - 각 태그와 기능 (0) | 2022.07.26 |