Links to file on local system

href="file///c:/test/page.html"

file:/// - protocol to access the local system
c:/test/ path to the directory

snippet
<html>
<head></head>
<body>
Click on the below link to follow the link
<a href="file:///c:/test/page.html">Link to local system file</a>
</body>
</html>
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +