0
Making another page
How do I make another html file for another page. For example, if I made a navigation menu like below, how would I make the file for about.html? <nav> <a href=â#about.htmlâ>About</a> </nav>
6 Answers
+ 1
You can't link pages/codes through the code playground. You'd need to use a computer or another Web compiler, even github.
+ 3
If you're doing only html, then you write all of your html code in a file and save it with the file name "about.html"
+ 1
We only link pages through compilers not playgrounds
+ 1
If you want to link the code together the home and about page you can simply copy the code link on sololearn then paste in the hrefâŠ
0
Ausgrindtube
I dont think you understand. I want to make another page other than the homepage on sololearn.
0
You create another html file and name it about.html and save it in the same folder as the current html page