<html>
<head>
<title> cellpadding과cellspacing 여백 예문</title>
</head>
<body>
<center>
<h3> cellpadding=30 cellspacing=10 border=5 bordercolor=peru 이미지와 셀 사이(30)셀과 셀 사이(10)</h3>
<table cellpadding=30 cellspacing=10 border=5 bordercolor=peru>
<tr>
<td> <img src=https://t1.daumcdn.net/cafefile/pds95/4_cafe_2008_09_21_15_05_48d5e40de490f width=400 height=300> </td>
<td> <img src=https://t1.daumcdn.net/cafefile/pds94/15_cafe_2008_09_21_15_10_48d5e53c20e24 width=400 height=300> </td>
</tr>
</table>
<br>
<h3> cellpadding=10 cellspacing=30 border=5 bordcolor=teal 이미지와 셀 사이(10)셀과 셀 사이(30)</h3>
<table cellpadding=10 cellspacing=30 border=5 bordercolor=teal>
<tr>
<td> <img src=https://t1.daumcdn.net/cafefile/pds95/4_cafe_2008_09_21_15_05_48d5e40de490f width=400 height=300> </td>
<td> <img src=https://t1.daumcdn.net/cafefile/pds94/15_cafe_2008_09_21_15_10_48d5e53c20e24 width=400 height=300> </td>
</tr>
</table>
</center>
</body>
</html>
'태그' 카테고리의 다른 글
[스크랩] 8. (1) Cellpadding과 Cellspacing (0) | 2009.06.01 |
---|---|
[스크랩] 8. (2) Cellpadding과 Cellspacing (0) | 2009.06.01 |
[스크랩] 8. (2) Cellpadding과 Cellspacing(tag) (0) | 2009.06.01 |