how reference css in html code example
Example 1: connect html file to css
<head>
<link rel="stylesheet" href="styles.css">
</head>
Example 2: how to reference a css file in html
<link rel="stylesheet" href="path/filename.css">
<head>
<link rel="stylesheet" href="styles.css">
</head>
<link rel="stylesheet" href="path/filename.css">