how to style page with html code example
Example 1: link css file in html
<link rel="stylesheet" href="styles.css">
Example 2: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>
<link rel="stylesheet" href="styles.css">
<p style="text-align: center; color: pink;">Hello World</p>