XHTML-Strict 內(nèi)允許出現(xiàn)的標簽
更新時間:2006年12月11日 00:00:00 作者:
結(jié)構(gòu)
html head body div span
Meta信息
DOCTYPE title link meta style
文本
p h1, h2, h3, h4, h5, h6 strong em abbr acronym address bdo blockquote cite q code ins del dfn kbd pre samp var br
鏈接
a base
圖象和對象
img area map object param
列表
ul ol li dl dt dd
表格
table tr td th tbody thead tfoot col colgroup caption
表單
form input textarea select option optgroup button label fieldset legend
Scripting
script noscript
表現(xiàn)
b, i, tt, sub, sup, big, small, hr
html head body div span
Meta信息
DOCTYPE title link meta style
文本
p h1, h2, h3, h4, h5, h6 strong em abbr acronym address bdo blockquote cite q code ins del dfn kbd pre samp var br
鏈接
a base
圖象和對象
img area map object param
列表
ul ol li dl dt dd
表格
table tr td th tbody thead tfoot col colgroup caption
表單
form input textarea select option optgroup button label fieldset legend
Scripting
script noscript
表現(xiàn)
b, i, tt, sub, sup, big, small, hr
相關(guān)文章
JS實現(xiàn)點擊鏈接取消跳轉(zhuǎn)效果的方法
有時候我們僅僅希望將鏈接<a>作為一個按鈕使用,但是在默認狀態(tài)下,點擊鏈接會出現(xiàn)跳轉(zhuǎn)效果,下面就通過代碼實例,介紹一下如何實現(xiàn)此效果2014-01-01js中通過split函數(shù)分割字符串成數(shù)組小例子
分割字符串成數(shù)組的方法有很多,不過使用最多的還是split函數(shù),接下來為大家介紹下它的具體使用方法,感興趣的朋友可以參考下2013-09-09javascript實現(xiàn)簡單的html5視頻播放器
網(wǎng)頁視頻音頻播放器大家并不陌生,在IE中我們可以運行ActiveX來嵌入微軟的Media Player或者其他的本地播放器,當然可能大部分我們都是使用Flash來制作播放器。在HTML5發(fā)展迅速的今天,讓我們嘗試用HTML5來制作網(wǎng)頁播放器吧,畢竟無論是PC還是移動設(shè)備,HTML5是未來的趨勢2015-05-05微信小程序?qū)W習(4)-系統(tǒng)配置app.json詳解
我們使用app.json文件來對微信小程序進行全局配置,決定頁面文件的路徑、窗口表現(xiàn)、設(shè)置網(wǎng)絡(luò)超時時間、設(shè)置多 tab 等。2017-01-01