I'm not a programmer, so hope someone can help me. I need to get a lot of information on a web page and want to make it so a list can be expanded when clicking on the text, then collapsed again.
What would the HTML code be for something like this...
1. Click here for list
a. first item
b. second item
c. third item
2. Do this action
a. first do this
b. then do this
But when the page loads, you only see
1. Click here for list
2. Do this action
Does my question make sense? Can someone help me? It needs to be HTML code.
Thanks so much.
Marty
What would the HTML code be for something like this...
1. Click here for list
a. first item
b. second item
c. third item
2. Do this action
a. first do this
b. then do this
But when the page loads, you only see
1. Click here for list
2. Do this action
Does my question make sense? Can someone help me? It needs to be HTML code.
Thanks so much.
Marty
Comment