中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

dialog標(biāo)簽

實(shí)例

使用 <dialog> 元素:

<table border="1"> <tr> <th>January <dialog open>This is an open dialog window</dialog></th> <th>February</th> <th>March</th> </tr> <tr> <td>31</td> <td>28</td> <td>31</td> </tr> </table>

運(yùn)行代碼 ?

瀏覽器支持

表格中的數(shù)字表示支持該元素的第一個(gè)瀏覽器版本號(hào)。

元素
<dialog> 37.0 不支持 59.0 6.0 24.0

標(biāo)簽定義及使用說(shuō)明

<dialog> 標(biāo)簽定義一個(gè)對(duì)話框、確認(rèn)框或窗口。


HTML 4.01 與 HTML5之間的差異

<dialog> 標(biāo)簽是 HTML5 中的新標(biāo)簽。


屬性

New?:HTML5 中的新屬性。

屬性 描述
openNew open 規(guī)定 dialog 元素是有效的,用戶可以與它進(jìn)行交互。

全局屬性

<dialog> 標(biāo)簽支持 HTML 的全局屬性


事件屬性

<dialog> 標(biāo)簽支持 HTML 的事件屬性。