close

htmltag.jpg

實例

使用<dialog> 元素:

<table border="1">
<tr>
  <th>一月<dialog open>這是打開的對話窗口</dialog></th>
  <th>二月</th>
  <th>三月</th>
</tr>
<tr>
  <td>31</td>
  <td>28</td>
  <td>31</td>
</tr>
</table>
	

瀏覽器支持

目前只有Chrome 和Safari 6 支持<dialog> 標籤。


定義和用法

<dialog> 標籤定義對話框或窗口。


HTML 4.01 與HTML 5 之間的差異

<dialog> 標籤是HTML 5 的新標籤。


屬性

new : HTML5中的新屬性。

屬性 描述
open open 規定dialog 元素是活動的,用戶可與之交互。

全局屬性

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


事件屬性

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

arrow
arrow
    創作者介紹
    創作者 設計密碼工作室 的頭像
    設計密碼工作室

    Design Code 設計密碼

    設計密碼工作室 發表在 痞客邦 留言(0) 人氣()