link css in different file in html code example
Example 1: how to link css to html
<link rel="stylesheet" href="styles.css">
Example 2: how to import a css file in html
To add, make a stylesheet and to import we write <link rel="stylesheet" href="styles.css">