How to link your CSS file with your html document sheet?
Hi,
Using link
tag in your html file like this:
<link rel="stylesheet" href="styles.css">
Hi,
Using link
tag in your html file like this:
<link rel="stylesheet" href="styles.css">