Links are used to link to another file or go to another file. See examples below:
1<!-- links -->
2<p>Go to paragraph with<a href="#para1"> id='para1'</a></p>
3<a href="https://folklight.ng"> PythonDSP </a>
4<br>
5<p><a href="fileA.html" target="_self"> JavaScript Tutorial</a> in same window.</p>
6<p><a href="fileB.html" target="_blank"> JavaScript Tutorial</a> in new Window.</p>
7<p><a href="https://students.folklight.ng/files/html-guide.pdf">Download PDF or Any File</a></p>
8<p><a href="mailto:hello@folklight.ng">Email me</a></p>
9<p><a href="mailto:hello@folklight.ng?subject=Feedback&body=Your feedback">Feeback email</a></p>
1 <body alink="green" link="blue" vlink="red">
© Copyright 2025 | FolkLight Studios