I searched SO and Google for answers so please don't be upset that I didn't find what I'm looking for! In a HTML page (using ASP .NET 4.5) what type should I be using for a link menu? Basically, I want to have a "Menu" down the left of the page which is populated by a List (href,text or something similar), and I don't know what types to be using in the HTML to allow this. I've found things online which tell me about looping (lol) and other things which are quite obvious, but I can find nothing which tells me "put a tag down and leave it blank, you will put links in it in your pageload" or something similar. I just need to know the frontend type, if you have links with more info then GREAT! But my immediate need is the HTML type to use and the structure it should sit within.Thanks