我是靠谱客的博主 腼腆小蚂蚁,最近开发中收集的这篇文章主要介绍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)

最后

以上就是腼腆小蚂蚁为你收集整理的DIV+CSS布局中不推荐使用的标签集合Dont Use These Tags的全部内容,希望文章能够帮你解决DIV+CSS布局中不推荐使用的标签集合Dont Use These Tags所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(127)

评论列表共有 0 条评论

立即
投稿
返回
顶部