+ 5
How can I link two pages in HTML in SoloLearn?
There will be a first page and there will also be a button when I will click on the button then the other page will be opened. If you have any code like my demand please share that with me 😊
4 Antworten
+ 8
You should make a link to your second page in html, and in CSS to form as a button. <a href="link address"> text </a>
+ 5
Thank you guys for answer... Now I have to try. If I need any further info I will ask you......😇😇
+ 4
Maybe with javascript?
When you click button, the display of first page will be set to "none" and the display of second page will be "block".
+ 3
Using the anchor tag.