Hello, I'm working on a more complex layout for a website (see added sketch image). It has topics, and those topics have different articles you can read.
I've been mulling over what would be a good approach to tackle this, and would like some thoughts on this.
So I was thinking about putting the topics in a list, and those topic articles in their own list. So a list in a list. The topics would be anchor tags. I don't know if this is a handy way to tackle this.
The other thing I was thinking about, is how those anchor tags would work. Is it a good idea to make separate new HTML pages for each topic/article? Or better to have them stacked on top of each other in one HTML file, and then have a display none/JS button combo? Would iframes work too? Or is that more for bringing in websites outside of the one you're on?
Would love to hear some thoughts on this, thanks in advance!