Files
freeCodeCamp/guide/chinese/html/attributes/table-border-attribute/index.md
2018-10-16 21:32:40 +05:30

12 lines
519 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Table Border Attribute
localeTitle: 表边框属性
---
## 表边框属性
`<table>`标记边框属性是一种将边框排序为HTML表格的方法。支持的值为`0` (无边框)和`1` (边框)。 HTML 5中不支持border属性即最新版本的HTML。建议使用CSS在HTML 5中为表添加边框。
#### 更多信息:
* [MDN - HTML属性参考](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes)
* [MDN - CSS边框](https://developer.mozilla.org/en-US/docs/Web/CSS/border)