<!DOCTYPE html>
<html>
<head>
<style>
details {
display: block;
}
</style>
</head>
<body>
<h1>The details and summary elements + CSS</h1>
<details>
<summary>Epcot Center</summary>
<p>Epcot is a theme park at Walt Disney World Resort featuring exciting attractions, international pavilions, award-winning fireworks and seasonal special events.</p>
</details>
</body>
</html>