html
head
title 페이지 이름 /title
style
-----------------------태그들을 꾸며주는 블록
/style
/head
body
table ------------------------------테이블을 생성
thead -----------------------------컬럼 단락
tr th /th /tr ------------------------컬럼 th
/thead
tbody ----------------------------로우 단락
tr td / td /tr-------------------- 로우 td
/tbody
/table
/body
/html
<style>
--이미지 반복 제거
1- background:url('image/image1.jpg') no-repeat right bottom;
2- background-repeat: no-repeat;
--이미지 위치 (왼쪽 위)
background-position: left top;
--배경으로 이미지 넣기
background-image: url("image/image1.jpg");
<body>
--테이블 결합( ? : 갯수)
<td ( - )>
아래로 => rowspan ="?"
옆으로 => colspan ="?"
--컬럼으로 묶기
<col>
--컬럼들로 묶기
<colgroup>
<col> ....
<col>
</colgroup>
글쓰기?
리스트 출력, 설정
설정해둔 위치로 이동
이미지 출력
기본값이 separate
선 무너뜨리기 collapse