Including a file in source code is a very common practice, especially in web page design. However, there are so many ways to do this, that it can be hard for the beginner to keep track.
<link rel="stylesheet" type="text/css" href="class.css" />[1]
<script src="myscript.js"></script>
include 'NiceScript.php';
include 'anything.html';
Categories: [Computer tips]