经验交流

关注公众号 jb51net

关闭
首页 > 网络编程 > CSS/HTML > 经验交流 > WEB标准不要使用的HTML标签

WEB标准网页布局中尽量不要使用的HTML标签

作者:

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

strike
u

Unsupported and Damaging in Practice

tfoot

Comments Log

Comment Log (newest first)
您可能感兴趣的文章:
阅读全文