1.基礎表格結構 <table> <tr> <td></td> </tr> </table> 注意: tr標簽代表行,td標簽代表單元格。 默認不帶邊框,需在table的開始標簽中使用border屬性。