how to link css to html from external folder code example
Example 1: how to link css to html in different folder
<link rel="stylesheet" href="../css/Style_page_1.css">
Example 2: add external css to html
<link rel="stylesheet" type="text/css" href="style.css">