+ 4
Page
How do I start a new page in programming,for example if you enter a website the first thing you see is welcome or click to continue,then it will change to another page with other content ,pls how do I do it, how do I create a new side , that is another page, please I need answers
5 ответов
+ 4
<a href="page url"><button>Click Here</button></a>
+ 5
You can create a different page and redirect there (<a>) or create a single-window pagination system, there are many ways.
+ 1
Jorge ackermann on the same tab
+ 1
Valen.h please how do I create a single-widow pagination ,can you kindly send me a code let me see how it works
0
on a new tab or in the same tab?