add style in the html code example
Example 1: add stylesheet html
<link rel="stylesheet" type="text/css" href="style.css">
Example 2: where do you put style tags in html
// Style tags belong in <head>
<link rel="stylesheet" type="text/css" href="style.css">
// Style tags belong in <head>