Answers for "link of css file in html"

173

how to link css to html

<link rel="stylesheet" href="styles.css">
Posted by: Guest on November-28-2019
0

link css file

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

Browse Popular Code Answers by Language