Answers for "A stylesheet that is defined in a file outside of the html file is called"

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 "A stylesheet that is defined in a file outside of the html file is called"

Browse Popular Code Answers by Language