specify css in html body code example
Example 1: how to write css in html
<p style="color: blue; font-size: 46px;">
Example 2: how to style body using css
body {
/*type your styling here*/
}
<p style="color: blue; font-size: 46px;">
body {
/*type your styling here*/
}