how to link a css and html file code example
Example 1: how to link css to html
<link rel="stylesheet" href="styles.css">
Example 2: link javascript file to html
<script type="text/javascript" src="path-to-javascript-file.js"></script>
Example 3: how to import a css file in html
To add, make a stylesheet and to import we write <link rel="stylesheet" href="styles.css">