inline css multiple styles code example
Example 1: external style sheet
<link rel="stylesheet" type="text/css" href="mystyle.css">
Example 2: how to add multiple CSS inline html
<p style="color:red;text-align:center;font-weight:bold;font-size:20px;"> Hello there!</p>