Open djplaner opened 2 years ago
Should have a sequence of
<div class="faqHeading"><p>About this task template?</p></div>
<div class="faqBody">
<p>This collection of building blocks is provided for you to reuse, adapt, re-order, discard, and add to when developing a one-....</p>
</div>
To convert into
<details>
<summary> <!-- content of div.faqHeading --> </summary>
<!-- content of div.faqBody -->
Using the details/summary html5 tags implement a simple accordion based FAQ heading and Body