Answers for "how to link css file assets to 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
2

attach css file to html

<head>
     <link rel="stylesheet" href="[name of css file]"
</head>
Posted by: Guest on October-30-2021

Code answers related to "how to link css file assets to html"

Browse Popular Code Answers by Language