how to do inline styling with html code example
Example 1: how to link css to html
<link rel="stylesheet" href="file_name.css">
Example 2: html inline style
<element style="css">
<link rel="stylesheet" href="file_name.css">
<element style="css">