Use the `` tag inside the `
` section of the HTML fileSet the `rel` attribute to `stylesheet`
Set the `href` attribute to the CSS file path
Example: ``
Place the CSS file in the correct folder or update the path accordingly
Save both the HTML and CSS files
Open the HTML file in a browser to apply the stylesheet
