+ 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.
3 Answers
0
Can you share your code? You can add your text directly in the html file
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.
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