Can you create a complete website with only one page?
So using XHTML, CSS, and JavaScript. You can change the content and structure of a web page. Could you build a website (that would normally have multiple pages), but instead bundle it all into one page essentially, and use JavaScript to change the structure and content of the web page so drastically that it essentially is a new page of information?
Could you let the browser open an initial set of information the browser would show, and then use Ajax to load the rest of the information to display the rest of the web pages. Is this practical?
Definitely, yes. Just try it out!