Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create multiple pages in html [closed]

Tags:

html

css

Can someone please inform me the code to create multiple webpages in HTML? I have the homepage completely finished, however I do not know how I can branch off from there and create webpages. Thanksya!

like image 500
matthew kap Avatar asked Nov 16 '25 05:11

matthew kap


1 Answers

Create a new page in another file in the same directory, new_page.html. If you want to be able to go to that page from your homepage, add a link in the body like

<a href="./new_page.html">Link text here</a>
like image 119
cheniel Avatar answered Nov 18 '25 19:11

cheniel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!