Answers for "how does the html know to access the 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 does the html know to access the css"

Browse Popular Code Answers by Language