Adding style to HTML code example
Example 1: how to link css to html
<link rel="stylesheet" href="styles.css">
Example 2: connext html file to css
<link rel="stylesheet" type="text/css" href="style.css">
Example 3: how to write css in html
<p style="color: blue; font-size: 46px;">
Example 4: style.css in html
put in the <header> tag:
<link rel="stylesheet" href="style.css">
Example 5: where do you put style tags in html
// Style tags belong in <head>