태그

[스크랩] 8. (1) Cellpadding과 Cellspacing(tag)

choissam 2009. 6. 1. 00:18

<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>

출처 : 삼지봉
글쓴이 : 산길 원글보기
메모 :