Making another page | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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>

11th Feb 2024, 6:21 PM
Alt-noah
6 Respostas
+ 1
You can't link pages/codes through the code playground. You'd need to use a computer or another Web compiler, even github.
12th Feb 2024, 8:11 AM
Ausgrindtube
Ausgrindtube - avatar
+ 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"
11th Feb 2024, 6:51 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
We only link pages through compilers not playgrounds
12th Feb 2024, 10:22 PM
Elikem Foli Botsoe
Elikem Foli Botsoe - avatar
+ 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ā€¦
13th Feb 2024, 9:03 AM
Tim DonšŸ‘ØšŸ¾ā€šŸ’»šŸ¤Ÿ
Tim DonšŸ‘ØšŸ¾ā€šŸ’»šŸ¤Ÿ - avatar
0
Ausgrindtube I dont think you understand. I want to make another page other than the homepage on sololearn.
11th Feb 2024, 11:26 PM
Alt-noah
0
You create another html file and name it about.html and save it in the same folder as the current html page
12th Feb 2024, 5:21 PM
AZEEZ SAMAD AYOMIDE
AZEEZ SAMAD AYOMIDE - avatar