您现在的位置是:网站首页> 编程资料编程资料
DIV+CSS布局中不推荐使用的标签集合Dont Use These Tags_经验交流_
2023-05-25
222人已围观
简介 DIV+CSS布局中不推荐使用的标签集合Dont Use These Tags_经验交流_
做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)
相关内容
- 为了防止乱码,请将用于页面编码的meta charset放到title的前面_经验交流_
- 使用CSS解决文字环绕图片问题的代码_经验交流_
- RGB 加成色 说明_基础教程_
- 非常漂亮的css星级效果总结第1/2页_经验交流_
- 用css alpha 滤镜 实现input file 样式美化代码_经验交流_
- 用margin和overflow属性实现div间距的方法_经验交流_
- 用iframe margin实现调用其他网页的某一区域的方法_经验交流_
- CSS图片拼合生成器只需上传zip包即可_经验交流_
- 网页布局+纯CSS纵向下拉菜单 IE6/IE7兼容_经验交流_
- CSS hack实现 CSS完美兼容IE6/IE7/FF的通用方法_经验交流_
