Links and content on the same page without frames

1

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?

    
asked by anonymous 16.09.2015 / 16:32

1 answer

0

Using Javascript is possible, and using javascript frameworks gets a lot easier. I will recommend AngularJS or the W3.CSS Both frameworks offer options for browsing the way you want.

As there are these and other options I will not post codes here. Search the internet for these topics or the frameworks and if you have more specific questions about one or another post here.

    
16.09.2015 / 16:58