English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

HTML Referenzhandbuch

Vollständiges HTML-Tag-Verzeichnis

HTML: <summary> Tag

HTML <summary>-Element wird als eine Zusammenfassung, Titel oder Legende für ein <details>-Element verwendet.

Online-Beispiel

Verwendung des <summary>-Elements:

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title>Grund教程(oldtoolbag.com)</title> 
</head>
<body>
<details>
<summary>Urheberrecht 1999-2019./Zusammenfassung>
<p> - von Refsnes Data. Alle Rechte vorbehalten./p>
<p>Alle Inhalte und Grafiken auf dieser Webseite sind Eigentum des Unternehmens Refsnes Data./p>
</details>
<p><b>Attention:</b>Currently only b>Chrome and b>Safari 6 Supports the summary tag.</p>
</body>
</html>
Test to see ‹/›

Browser Compatibility

IEFirefoxOperaChromeSafari

Currently, only Chrome and Safari 6 supports <summary> tags.

Tag Definition and Usage Description

The <summary> tag defines <details> The element defines a visible title. When the user clicks on the title, detailed information is displayed.

HTML 4.01 and HTML5difference between

The <summary> tag is an HTML5 in the new tags.

Tips and Notes

Note:The <summary> element should be the first child of the <details> element.

Global Attributes

Support for <summary> Tag Global Attributes of HTML.

Event Attributes

Support for <summary> Tag HTML Event Attributes.