0
How to add hyperlink of .html
5 Answers
+ 4
It works just like any other links, you need to declare a path (if it does not share the same folder) and the documents name:
<a href=filename.html>Link to my other html page</a>
+ 4
Divyansh Sharma It is because you store the document you are linking in your own computer, so you should put all of your related documents (like images, html files, videos) that you are linking locally (that are stored on your computer) in a folder, and send that folder to your friend, then he should be able to access all the content.
Try to launch your main document from the folder too and see if it works, the paths can still be invalid
+ 3
Share the other .html file as well.
+ 2
but when share to any friend it not show
0
ok