Answers for "import local css file"

CSS
1

how to link a local css file in html

<link rel="stylesheet" type="text/css" href="./index.css" >
Posted by: Guest on January-08-2022
0

html link local css file

<link rel="stylesheet" href="/style.css">
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language