HTML <dialog> 標籤


實例

使用 <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>


流覽器支持

表格中的數字表示支持該元素的第一個流覽器版本號。

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

標籤定義及使用說明

<dialog> 標籤定義一個對話框、確認框或窗口。


HTML 4.01 與 HTML5之間的差異

<dialog> 標籤是 HTML5 中的新標籤。


屬性

New :HTML5 中的新屬性。

屬性 描述
openNew open 規定 dialog 元素是有效的,用戶可以與它進行交互。

全局屬性

<dialog> 標籤支持 HTML 的全局屬性


事件屬性

<dialog> 標籤支持 HTML 的事件屬性