How to create multiple pages in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to create multiple pages in html?

I've made pages with navbar but I don't know how to put text in it. I can only put text in the main page.

25th Apr 2018, 3:57 PM
THiSShinobiDIED
THiSShinobiDIED - avatar
3 Answers
0
Can you share your code? You can add your text directly in the html file
25th Apr 2018, 4:14 PM
jerome
0
<a href="...">...</a> (is what I've learned to make pages) It's actually my first time ever making a website and it's really important for me to make a good website, because it's for my exams.
25th Apr 2018, 4:25 PM
THiSShinobiDIED
THiSShinobiDIED - avatar
0
you create different html files in your folder and link them using <a href="secondpage.html"></a> now for the navbar, just copy the whole page into your second one and modify only the content
25th Apr 2018, 5:01 PM
Dominique Abou Samah
Dominique Abou Samah - avatar