how to make your css in html code example
Example 1: how to like css to html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title</title>
<link rel="stylesheet" type="text/css" href="path of your file" />
</head>
</html>
Example 2: css in html
<!-- EXAMPLE -->
<div class="your_class" style="display:none">
<!--[SYNTAX: style="<CSS-code>"] -->