HTML tag

(*-*)浩
Release: 2019-11-14 15:12:43
Original
2408 people have browsed it

HTML

tag

HTML <dialog> tag

##Currently only Chrome and Safari 6 support the tag.

definition and usage (Recommended Learning: HTML Tutorial )

& LT; Dialog & GT define dialog box or window.

Differences between HTML 4.01 and HTML 5

The tag is a new tag in HTML 5.

Example

Use the 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>
Copy after login

The above is the detailed content of HTML

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template