Answers for "add css to hrml file"

15

connect html file to css

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

link css file

<head>
<link href="style.css" rel="stylesheet">
    <title>Hello World!!</title>
</head>
Posted by: Guest on January-07-2022

Browse Popular Code Answers by Language