write the CSS styling inside the HTML page code example
Example 1: connext html file to css
<link rel="stylesheet" type="text/css" href="style.css">
Example 2: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>