write inline css code example
Example 1: external style sheet
<link rel="stylesheet" type="text/css" href="mystyle.css">
Example 2: how to write css in html
<p style="color: blue; font-size: 46px;">
Example 3: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>
Example 4: html inline style
<element style="css">