how to reference css in a folder in html code example
Example 1: how to link css to html in different folder
<link rel="stylesheet" href="../css/Style_page_1.css">
Example 2: how to add css folder to html project
<link rel="stylesheet" href="css/styles.css">