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> 标签定义一个对话框、确认框或窗口。