CSS如何定义表格边框?

CSS如何定义表格边框?

我的理解:border 只定义外围边框,所以table要定义边框,包括内部边框要分别定义 table td的border试下 table {border:1px&ltp&gt&ltp&gt border-c
html-css630