i want to link css to html but it is not working
<link rel="stylesheet" href="styl.css">
This is the code i have in my head section
>Solution :
welcome to stackoverflow
i think you’re missing a letter in your style
do this: <link rel="stylesheet" href="style.css">