sample html code with inline css for homepage code example
Example 1: how to write css in html
<p style="color: blue; font-size: 46px;">
Example 2: how to link an css file to html
<link rel="stylesheet" href="hi.css">
<p style="color: blue; font-size: 46px;">
<link rel="stylesheet" href="hi.css">