I have a heading to list the items
List Name
List 1
List 2
List 3
List 4
but i need to display the listed items after click the "List Name". The Listed Items are to be hidden until click the "List Name". What is the coding for it in HTML
Need Coding for HTML
2
Answers
it’s works for me :
You can use jquery or javascript for this.
You can use this script to hide and show the list item on click.