how to add inline css in html code example
Example 1: how to write css in html
<p style="color: blue; font-size: 46px;">
Example 2: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>
<p style="color: blue; font-size: 46px;">
<p style="text-align: center; color: pink;">Hello World</p>