+ 8
Creating two or more html pages in sololearn app
I have recently been creating single html pages link with css and JavaScript, but now i want to start making more html pages that are linked together like a button takes you from page one to page two
2 Respostas
+ 2
when you enter your code, there is a share button that gives u a link. use that link wherever you want
+ 2
<a href="htmlpage1.html"></a>
This code snippet you can use anywhere in your html page.
Then with CSS you can design it to look like a beautiful button.
You can read up on this on https://www.w3schools.com/Html/html_links.asp