HTML CSS表格如何控制上下间距?

css:

td{

margin-top:10px; 上间距

margin-right:10px; 右间距

margin-bottom:10px; 下间距

margin-left:10px; 左间距

}