xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<h1>Basic details element example</h1>
<details>
<summary>Label</summary>
Insert your additional information here.
</details>
</body>
</html>