HTML not loading CSS file

前端 未结 25 1445
执念已碎
执念已碎 2020-12-01 13:55

I am completely stumped as to why this doesn\'t work. It seems the HTML file can\'t load the CSS for some reason, even though both are in the same directory. Any idea what m

25条回答
  •  南笙
    南笙 (楼主)
    2020-12-01 14:30

    Use the following steps to load .CSS file its very simple.

    note: 1--> don't forget to write "stylesheet" in rel attribute. 2--> use correct path e.g: D:\folder1\forlder2\folder3\file.css"

    Now where ever directory you are in, you can load your .css file exactly path you mention.

    Regards! Muhammad Majid.

提交回复
热议问题