insert style in html code example
Example 1: how to link an css file to html
<link rel="stylesheet" href="hi.css">
Example 2: where do you put style tags in html
// Style tags belong in <head>
<link rel="stylesheet" href="hi.css">
// Style tags belong in <head>