how to add an external css to html from an 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">