How to create expandable FAQ page in HTML?
Posted
by CSharperWithJava
on Stack Overflow
See other posts from Stack Overflow
or by CSharperWithJava
Published on 2010-03-08T17:13:53Z
Indexed on
2010/03/08
17:21 UTC
Read the original article
Hit count: 312
I'd like to create an FAQ page for my website that lists all of the questions as hyperlinks. When the link is clicked, the answer for that question should expand out beneath it.
The answers need to be hidden by default, and preferably clicking the link toggles the answers' visibility.
Any thoughts?
© Stack Overflow or respective owner