Well, here's a problem I thought I outgrew. I can't seem to link my CSS file to my HTML page. Actually, I have connected two pages to the same CSS file.
When only the first file is connected to CSS, it works. When I connect the second, the first one still works, but the second one has an error that says 'error: failed to load resource'. There are no class names that appear in both HTML files, and there is no error with the first file. I don't understand why with the first file it works, but not with the second.
I assure you that the file names are all identical; it's not a typo.
My CSS file is called CSS.css for now. Terrible name, I know, I'll change it later.
Thank you.
What I have tried:
Changing names of the files and reconnecting HTML files under that new name.