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

14

connect html file to css

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

how to reference a css file in html

<link rel="stylesheet" href="path/filename.css">
Posted by: Guest on March-24-2021
1

how to import a css file in html

To add, make a stylesheet and to import we write <link rel="stylesheet" href="styles.css">
Posted by: Guest on April-14-2021

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

Browse Popular Code Answers by Language