I'm currently developing a Web-Application.Now I'm wondering what's better in Performance or maybe other aspects to construct the Page.First option, construct everything directly in a HTML File and hide the Objects () for later use and let JavaScript show/hide them when needed.Second option, create a JavaScript which generates the HTML at Runtime via JQuery.