『壹』 在html中 怎樣改變表格邊框線的顏色
在html中 怎樣改變來表格邊框線的源顏色可以通過設置border的值來實現。
例如:
border: 5px solid blue 表示邊框顏色是綠色;
border: 5px solid red 表示邊框顏色是紅色;
(1)html表格顏色代碼擴展閱讀
border的用法介紹
border 簡寫屬性在一個聲明設置所有的邊框屬性。
可以按順序設置如下屬性:
border-width
border-style
border-color
如果不設置其中的某個值,也不會出問題,比如 border:solid #ff0000; 也是允許的。