+ 1
How to create two webpages in a website
Plz anyone can tell me how to create two or kore webpages in website
1 Antwort
+ 2
static way:
do them separately with all the <head> <nav> and so on info > link them with
<a href="page_name1.html">page_name1</a>
<a href="page_name2.html">page_name2</a>
dynamic way:
you have more choices:
- only switching the content (like in php)
- spa (javascript)
+ here comes the FrameWorks and the CMSes