Answers for "how to add external css in html using src"

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

Code answers related to "how to add external css in html using src"

Browse Popular Code Answers by Language