+ 1
Making a multipage website
Hey guys, i want to make a website with a multipage, but i don't know how to do it. If you guys know how to do it, send me a code okay
2 Respuestas
+ 3
Using basic HTML it is very simple. You just need to save each page as individuals *.html files.
For navigation from one page to another, you put <a href=...> tags with links that calls the destination page.
+ 2
Fabricio s answer is pretty much it