HTML表格在默認(rèn)情況下有沒有邊框?
默認(rèn)情況下表格有邊框border="1" 并且還有默認(rèn)的cellpadding,cellspacing(單元格邊距與間距) 如果只需要邊框的話請將代碼寫成 <tableborder="1"cellpadding="0"cellspacing="0">
上一篇JS和CSS是什么意思
HTML表格在默認(rèn)情況下有沒有邊框?
默認(rèn)情況下表格有邊框border="1" 并且還有默認(rèn)的cellpadding,cellspacing(單元格邊距與間距) 如果只需要邊框的話請將代碼寫成 <tableborder="1"cellpadding="0"cellspacing="0">