html import css style code example
Example 1: external css
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css"></link>
</head>
<body>
Example 2: how to link css to html
<link rel="stylesheet" href="PathToYourFile.css">