Answers for "import css file to html file"

CSS
9

how to link your css file to html

<head>
	<link rel='stylesheet' href='style.css'>
</head>
Posted by: Guest on June-18-2020
0

how to reference a css file in html

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

Browse Popular Code Answers by Language