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