we can include styles in your html document via style tag code example
Example 1: html add style
<!-- add this line into the head tag -->
<link rel="stylesheet" type="text/css" href="yourstylesheetname.css">
<!-- remember to change the irl in href -->
Example 2: style.css in html
put in the <header> tag:
<link rel="stylesheet" href="style.css">