CSS网页布局中不推荐使用的HTML标签
- 作者:52css 来源:52css 文章点击数:
CSS网页布局中不推荐使用的HTML标签,请尽量不要使用这些HTML标签:
Do not use these html elements in html pages.
Presentational elements should not be used.
Support for some elements has been (or will be) deprecated; they should not be used.
Don't Use These Tags
Presentational
b
big
hr
i
small
sub
sup
tt
Deprecated
basefont
center
dir
font
isindex
menu
s
strike
u
Unsupported and Damaging in Practice
tfoot
Comments Log
Comment Log (newest first)

- 相关文章
| ·CSS笔记:一位新手朋友整理的CSS技巧与常识 | 09-29 |
| ·CSS中Float(浮动)的思考与小结 | 09-29 |
| ·CSS什么时候用import什么时候用link 有何区别 | 09-29 |
| ·添加了行为的CSS星级选择器 | 09-29 |
| ·CSS布局中关于WEB标准的六条经验 | 09-24 |
| ·学习CSS先认识浏览器 熟悉Web标准 | 09-24 |
| ·CSS3属性选择符详细教程 | 09-22 |
| ·HTML页面中标签的语义与使用位置 | 09-22 |
