???

CSS ?? ?? ???

??: ??? ????? ?? ?? ??? ?????.

??: ? ?? ??? ??? ?? ?? ??? ????? ? ??? ?? ??? ?????. ???? ?? ??? ??? ??? ??? ? ?? ??? ??? ?? ????. ??? ??? ??? ??? ?? ?? ?? ????? ?? ?? ???? ?? ???? ?? ? ????. ??? ??? ??? ???? ?????. ?? ?? ?? ???? ????.

??: ?? ?? ???? ????. ?? ????? padding ??? ?????.

CSS ?? ?? ?

<html>
<head>
<style type="text/css">
td.test1 {padding: 15px}
td.test2 {padding: 10px 25px}
</style>
</head>

<body>
<table border="1">
<tr>
<td class="test1">
這個(gè)表格單元的每個(gè)邊擁有相等的內(nèi)邊距。
</td>
</tr>
</table>
<br />
<table border="1">
<tr>
<td class="test2">
這個(gè)表格單元的上和下內(nèi)邊距是 10px,左和右內(nèi)邊距是 25px。
</td>
</tr>
</table>
</body>

</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????