Answers for "how to include a css file"

15

add css to an html file

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

link css file in html

<link rel="stylesheet" href="styles.css">
Posted by: Guest on May-21-2020
0

how to reference a css file in html

<link rel="stylesheet" href="path/filename.css">
Posted by: Guest on March-24-2021

Code answers related to "how to include a css file"

Browse Popular Code Answers by Language