Skip to main content

Extra HTML tips

Using this code you can creat the drop-down content box as shown below

<details><summary><span style="color: blue;">Put your title here</span></summary> Then add your longer text here in the drop-down section. Which can use any markdown because it's inside html, but you can use other html to help lay out this. e.g. <b>BOLD</b> or a line break <br> And then continue with more content on a fresh line. </detail>

Put your title here

Then add your longer text here in the drop-down section. Which can use any markdown because it's inside html, but you can use other html to help lay out this. e.g. BOLD or a line break
And then continue with more content on a fresh line.