Creating two or more html pages in sololearn app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

17th Feb 2018, 11:54 AM
Christine
Christine - avatar
2 Answers
+ 2
when you enter your code, there is a share button that gives u a link. use that link wherever you want
17th Feb 2018, 3:19 PM
Dominique Abou Samah
Dominique Abou Samah - avatar
+ 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
29th Sep 2018, 3:44 AM
Charlie Plett
Charlie Plett - avatar