20 lines
223 B
HTML
20 lines
223 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<title>Test - test - test</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Test</h1>
|
|
|
|
<details>
|
|
<summary>
|
|
This is summary.
|
|
</summary>
|
|
An these are the corresponding details.
|
|
</details>
|
|
|
|
</body>
|
|
</html>
|
|
|