Answers for "w3 link css file"

11

connect html file to css

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

add css to an html file

<link rel=“stylesheet” type=“text/css” href=“style.css” />
Posted by: Guest on March-14-2020
1

attach css file to html

<head>
     <link rel="stylesheet" href="[name of css file]"
</head>
Posted by: Guest on October-30-2021

Browse Popular Code Answers by Language