DIV+CSS布局中不推荐使用的标签集合Dont Use These Tags
时间:2021-01-16 12:30:45|栏目:HTML代码|点击: 次
做DIV+CSS页面,不推荐使用的标签代码,请尽量不要使用这些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)
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)
上一篇:惊现学习CSS应该注意的方法
栏 目:HTML代码
下一篇:CSS绘制五角星
本文标题:DIV+CSS布局中不推荐使用的标签集合Dont Use These Tags
本文地址:http://www.codeinn.net/misctech/46028.html