Answers for "how to add external css file to html file"

15

connect html file to css

<head>
	<link rel="stylesheet" href="styles.css">
</head>
Posted by: Guest on February-24-2021
0

link css file

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

Code answers related to "how to add external css file to html file"

Browse Popular Code Answers by Language