which tag is used to link css with html file code example
Example 1: how to link css to html
<link rel="stylesheet" href="styles.css">
Example 2: html link tag
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="./styles.css">