+ 1
Problems in linking Css html file.
I want to ask. I have been made a folder named apple and stored my html file of fonts styles in it and the css fonts style file named fonts.css is also stored in this folder. when I called css file I did this; <link rel="stylesheet" href="fonts.css"> I put it in both once in head and once in body but it works nowhere. I also tried <link rel="stylesheet" href="apple/fonts.css"> But it also didn't worked can anyone tell reason. Plz help!
1 Resposta
+ 1
<link rel="stylesheet" href="./apple/fonts.css">