+ 13
How to creat multiple page & how to add pdf file for download purpuse for my website
https://code.sololearn.com/W20x55h0f4v0/?ref=app This is my first websit feel free to tell you suggestion & give me up voteđđ
3 Answers
+ 8
it doesn't help it's say file not found
+ 2
To creating multiple pages:
Create .html or .htm file(the amount of other web pages you want, you can do it one at a time).
Use the anchor tag "<a>" to link your web pages together.
You can use text or image to link your webpages.
0
Tadiwos
You have to give the absolute path of the HTML file.
Here is an example:
<!--This method is to link to the HTML file in your local storage-->
<a src="C:/User/K B/Desktop/my_html_file/index.html">Next Page</a>
<!--This method is to link to a webpage that is not in your local storage e.g link to YouTube-->
<a href="https://sololearn.com"> Click To Go To Sololearn</a>