DIV+CSS布局中不推薦使用的標(biāo)簽集合Dont Use These Tags
更新時間:2007年12月09日 14:08:53 作者:
做DIV+CSS頁面,不推薦使用的標(biāo)簽代碼,請盡量不要使用這些HTML標(biāo)簽:
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
復(fù)制代碼 代碼如下:
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)
相關(guān)文章
CSS3實現(xiàn)動態(tài)翻牌效果 仿百度貼吧3D翻牌一次動畫特效
本文主要分享一個利用CSS3新特性transform,實現(xiàn)3D翻牌的特效,有需要的小伙伴可以參考下。2016-05-05
Zen Coding css,html縮寫替換大觀 快速寫出html,css
本文是在zen使用生產(chǎn)中遇到的問題做一些分享。2011-01-01
div+CSS網(wǎng)頁布局的意義與副作用原因小結(jié)
隨著WEB2.0標(biāo)準(zhǔn)化設(shè)計理念的普及,國內(nèi)很多大型門戶網(wǎng)站已經(jīng)紛紛采用DIV+CSS制作方法,從實際應(yīng)用情況來看,此種方法絕對好于表格制作頁面的方法。2008-09-09
ul在Firefox和IE下的不同表現(xiàn)的解決方法
ul在Firefox和IE下的不同表現(xiàn)的解決方法...2007-08-08

