how to link css stylesheet to html in another folder code example
Example: how to link css to html in different folder
<link rel="stylesheet" href="../css/Style_page_1.css">
<link rel="stylesheet" href="../css/Style_page_1.css">