зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
369 B
HTML
17 строки
369 B
HTML
<!DOCTYPE html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
|
|
<html>
|
|
<body>
|
|
<details open>
|
|
<summary>Summary 2</summary>
|
|
<summary>Summary 1</summary>
|
|
<p>This is the details 1.</p>
|
|
</details>
|
|
<details>
|
|
<p>This is the details 2.</p>
|
|
</details>
|
|
</body>
|
|
</html>
|