Answers for "access the css file from html when css is in different folder"

CSS
3

how to link css to html in different folder

<link rel="stylesheet" href="../css/Style_page_1.css">
Posted by: Guest on February-02-2021
0

how to add css folder to html project

<link rel="stylesheet" href="css/styles.css">
Posted by: Guest on February-18-2021

Code answers related to "access the css file from html when css is in different folder"

Browse Popular Code Answers by Language