Save your CSS code in a file with a .css extension
Place the CSS file in the same folder as your HTML file or note its correct path
Add a link tag inside the head section of your HTML file
Use the rel attribute with the value stylesheet
Use the href attribute to point to the CSS file path
Example: ``
