21
(Choose 1 answer)
What is the best/proper way to declare a section that has an h2 heading and uses a detail ta
A. <section>
<h2>More about me</h2>
<details open>
<h2>My Childhood</h2>
<p>stuff happened, I grew up</p>
</details>
</section>
B. <section>
<h2>More about me</h2>
<details>
<summary>My Childhood</summary>
<p>stuff happened. I grew up</p>
</div>
</section>
C. <section>
<h2>More about me</h2>
<details>
<summary>
My Childhood
<p>stuff happened. I grew up</p>
</summary></details>
</section>
D. <section>
<h2>More about me</h2>
<details open>
cumman/ My Childhoode/summary>