Home  >  Article  >  Web Front-end  >  HTML

tag

HTML tag

(*-*)浩
(*-*)浩Original
2019-11-14 14:37:432303browse

HTML a38fd2622755924ad24c0fc5f0b4d412 tag

HTML <dialog> tag

##Currently only Chrome and Safari 6 support the 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

tag. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:HTML tagNext article:HTML tag

Related articles

See more