0

Why css file doesn't work?

I just put an external css file in my html folder but it doesn't work. Why such case will happen and how should I deal with it?

31st Oct 2019, 6:07 AM
Ng Zhi Yang
Ng Zhi Yang - avatar
2 Antworten
+ 1
Your HTML page must include a reference to the external style sheet file inside the <link> element, inside the head section. <link rel="stylesheet"type="text/css"href="style.css">
31st Oct 2019, 6:22 AM
dozule
dozule - avatar
+ 1
Thanks, it works!
1st Nov 2019, 2:36 PM
Ng Zhi Yang
Ng Zhi Yang - avatar