HTML not loading CSS

后端 未结 9 615
盖世英雄少女心
盖世英雄少女心 2020-12-20 01:27

I\'m trying to load a css file. I\'ve tried:


And:



        
9条回答
  •  粉色の甜心
    2020-12-20 01:51

    ok this is what you need to do

    1. create a directory css
    2. add this to head tag

    Relative path work this way Starting with "/" returns to the root directory and starts there Starting with "../" moves one directory backwards and starts there

提交回复
热议问题