Answers for "how to run html and css which are 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 "how to run html and css which are in different folder"

Browse Popular Code Answers by Language