영상
개념
<!DOCTYPE html>
<html lang="ko">
<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>
<h2>열 합치기</h2>
<table border="1">
<tr>
<td colspan="3">공연요금</td>
</tr>
<tr>
<td>구분</td>
<td>S석</td>
<td>VIP</td>
</tr>
</table>
</body>
</html>
HTML
복사
