Hide Reveal Accordions In the Code tab, you can add follow this HTML code example to create a hide reveal accordion content that allows visitors to click on a trigger to reveal or disclose additional content on the page. <details> <summary>The thing you click (trigger)</summary> The revealed content </details> Example: The thing you click (trigger) The revealed content Learn More About the Details disclosure element on the MDN website and about HTML on our instructions website.