14 lines
240 B
HTML
14 lines
240 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Details/Summary (offen)</title>
|
|
</head>
|
|
<body>
|
|
<details open>
|
|
<summary>Klick mich!</summary>
|
|
<p>Dieser Text war versteckt.</p>
|
|
</details>
|
|
</body>
|
|
</html>
|