How to creat multiple page & how to add pdf file for download purpuse for my website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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👍👍

3rd Oct 2020, 7:10 AM
ታዲዎስ
3 Answers
+ 8
it doesn't help it's say file not found
3rd Oct 2020, 2:16 PM
ታዲዎስ
+ 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.
3rd Oct 2020, 7:53 AM
Light
Light - avatar
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>
3rd Oct 2020, 4:02 PM
Light
Light - avatar