Answers for "how to link a local css file in html"

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

Code answers related to "how to link a local css file in html"

Browse Popular Code Answers by Language