In the tutorials that I follow, they have shown to use the anchor
tag for creating hyperlinks to other websites or other files in the local host but in the same directory, with respect to the current HTML file I am creating.
However, I want to add a hyperlink
to a file in another directory from my webpage using the anchor
tag. I'm currently creating my HTML file in Local disk D
and my target file is in Local disk C
.
Is it possible to do so?
Here is my code for the anchor tag:
<a href="C:/Users/LENOVO/Received/Videos/Movies/www.toadypk.stream - Geetha Govindam (2018) Telugu True HDRip x264 MP3 700MB.mkv.mp4">
Movie
</a>