HTML 1일차 table 태그

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>

 <table border=2 width=700 height=250 bordercolor="black">
  <tr><th rowspan=6>소설평가표</th>
   <th colspan=9>소설명</th>
  </tr>
  <tr><th colspan=3>홍길동</th>
   <th colspan=3>심청전</th>
   <th colspan=3>토끼전</th>
  </tr>
  <tr><th>출판사</th>
   <th>편집인</th>
   <th>주인공</th>
   <th>출판사</th>
   <th>편집인</th>
   <th>주인공</th>
   <th>출판사</th>
   <th>편집인</th>
   <th>주인공</th>
  </tr>
  <tr><th>길음</th>
   <th>김영희</th>
   <th>홍길동</th>
   <th>길음</th>
   <th>김영희</th>
   <th>심청</th>
   <th>길음</th>
   <th>김영희</th>
   <th>토끼</th>
  </tr>
  <tr><th>깊은샘</th>
   <th>송선희</th>
   <th>길동이</th>
   <th>깊은샘</th>
   <th>송선희</th>
   <th>청이</th>
   <th>깊은샘</th>
   <th>송선희</th>
   <th>자라</th>
  </tr>
  <tr><th>맑은물</th>
   <th>이샘물</th>
   <th>길동</th>
   <th>맑은물</th>
   <th>이샘물</th>
   <th>심봉사</th>
   <th>맑은물</th>
   <th>이샘물</th>
   <th>용왕</th>
  </tr>
 </table>

</body>
</html>


result)

댓글 없음: