Answers for "include css in css file"

0

link css file

<head>
<link href="style.css" rel="stylesheet">
    <title>Hello World!!</title>
</head>
Posted by: Guest on January-07-2022
2

attach css file to html

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

Browse Popular Code Answers by Language