inline style tags code example
Example 1: how to write css in html
<p style="color: blue; font-size: 46px;">
Example 2: where do you put style tags in html
// Style tags belong in <head>
<p style="color: blue; font-size: 46px;">
// Style tags belong in <head>