Problems in linking Css html file. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

23rd Jun 2020, 9:48 AM
Alian Jutt
Alian Jutt - avatar
1 Answer
+ 1
<link rel="stylesheet" href="./apple/fonts.css">
8th Jan 2023, 1:46 PM
Mubashir Rustamov
Mubashir Rustamov - avatar