How to create a simple website on one page

I want to create a website that contains 4-5 pages, but I need a function, then when the user clicks on any link, the content changes without any other page loading. How can i do this

my page looks like this but when the user clicks on the left or right link, the content loads without refreshing the page. How can i do this.

+3
source share
2 answers
0
source

You can use frames or upload content via Ajax.

0
source

Source: https://habr.com/ru/post/1757801/


All Articles