Home >Web Front-end >HTML Tutorial >HTML
HTML a38fd2622755924ad24c0fc5f0b4d412 tag
definition and usage (Recommended Learning: HTML Tutorial )
& LT; Dialog & GT define dialog box or window.Differences between HTML 4.01 and HTML 5
Thea38fd2622755924ad24c0fc5f0b4d412 tag is a new tag in HTML 5.Example
Use the a38fd2622755924ad24c0fc5f0b4d412 element:<!DOCTYPE html> <html> <body> <p><b>注释:</b>只有 Chrome 和 Safari 6 和支持 dialog 标签。</p> <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> </body> </html>
The above is the detailed content of HTML