I'm creating a simple website, based on HTML5 and CSS3 only, there are two columns, one being <nav>
to contain the links, and the other being <section>
to contain the content.
When you click on one of the links on the side of the <nav>
column, it must open the document whatever it is on the <section>
side of the same page, without going to another page, without using JavaScript or any other tool , only HTML5 and CSS3.
Without frames, is it possible? What would be the code?