Question:
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
Answer:
welcome to stackoverflow i think you’re missing a letter in yourstyle
do this: <link rel="stylesheet" href="style.css">
If you have better answer, please add a comment about this, thank you!