Answers for "how to insert css from file to style tag"

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