I want to create my webpage so that a part at the top that says “Welcome!” and a “main part” below that. When a user clicks on a link in the main part (say, it links to www.example.com), the main part should change to the content of www.example.com, but the top part should remain the same. How can I achieve that?
I want to create my webpage so that a part at the top that
Share
In ye olde days, this was done using frames, but for many reasons, they are going out of use. Try taking a look at iframes.