Making a multipage website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

12th Feb 2018, 1:30 PM
MAZIXTO@1779
MAZIXTO@1779 - avatar
2 Answers
+ 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.
12th Feb 2018, 1:46 PM
Fabrício Lombardi Ribeiro
Fabrício Lombardi Ribeiro - avatar
+ 2
Fabricio s answer is pretty much it
12th Feb 2018, 2:05 PM
An1S
An1S - avatar