MCQ
What is the correct HTML for a summary in details?
A <summary>
B <caption>
C <heading>
D <title>
Explanation

The <summary> element provides a visible heading for the <details> element that users can click to expand.