<details>
<summary>What is HTML?</summary>
<p>HTML stands for Hypertext Markup Language, it's the language of the web.</p>
</details>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body{
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.