margin-left:(外邊距)與padding-left:(內邊距)

<html> <head> <style type="text/css"> table{margin-left:2cm} td {padding-left: 2cm} </style> </head> <body> <table border="1"> <tr> <td> 這個表格單元擁有左內邊距。 </td> </tr> </table> </body> </html>
相關文章
相關標籤/搜索