Table의 속성 <table> <TR> <TD> <TH>
|--------------------TD------------------------|
|TH | |
<body>
<table border="1" bordercolorlight="pink" bordercolordark="red" witdh="값" height="값">
<tr align="속성값" height="값" valign="top", "bottom" bgcolor="값">
<td align="right" valign="top" width="값">영희</td>
<td background="주소">철수</td>
</tr>
<tr>
<td bgcolor="RGB값">순희</td>
<td>돌이</td>
</tr>
</table>
cellpadding="여백값"
cellspacing="여백값"
background="주소"
셀 합치기 태그 속성값
<tr>
<td colspan="3">가로 3칸 합치기 </td>
<td></td>
</tr>
<td rowspan="3">세로 3칸 합치기</td>
'취미기타 > Html tag' 카테고리의 다른 글
멀티미디어 넣기 (0) | 2012.08.18 |
---|---|
링크걸기2 (0) | 2012.08.18 |
링크걸기 1 (0) | 2012.08.18 |
이미지 삽입 <img scr="경로"> (0) | 2012.08.18 |
흐르는 문자 마퀴태그<marquee> (0) | 2012.08.18 |