Applying a style sheet to your Web page is accomplished in coding by adding a <> tag to the head section of your HTML file. code example
Example 1: how to style in html file
<p style="text-align: center; color: pink;">Hello World</p>
Example 2: where do you put style tags in html
// Style tags belong in <head>