how to link css to html in different 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: How do I link a CSS file to a folder?
Take the answer above they helped so much !!!