Answers for "It is the tag that is used in the external method to connect the HTML document and CSS file"

6

connect html file to css

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

call css html

<link rel="stylesheet" href="mystyle.css">
Posted by: Guest on April-15-2020

Code answers related to "It is the tag that is used in the external method to connect the HTML document and CSS file"

Browse Popular Code Answers by Language