how to attach an html file to css code example
Example 1: connext html file to css
<link rel="stylesheet" type="text/css" href="style.css">
Example 2: how to add css to html
<link rel="stylesheet" href="hi.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="hi.css">