English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
HTML <summary>-Element wird als eine Zusammenfassung, Titel oder Legende für ein <details>-Element verwendet.
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 ‹/›
IEFirefoxOperaChromeSafari
Currently, only Chrome and Safari 6 supports <summary> tags.
The <summary> tag defines <details> The element defines a visible title. When the user clicks on the title, detailed information is displayed.
The <summary> tag is an HTML5 in the new tags.
Note:The <summary> element should be the first child of the <details> element.
Support for <summary> Tag Global Attributes of HTML.
Support for <summary> Tag HTML Event Attributes.