Order of tags in <head></head>

前端 未结 14 679
Happy的楠姐
Happy的楠姐 2020-12-24 10:58

does it matter at all what order the or

14条回答
  •  伪装坚强ぢ
    2020-12-24 11:37

    Not a daft question at all.
    CSS above Script tags for reasons already mentioned.

    CSS is applied in the order you place the tags - the more specific the stylesheet, the lower down the order it should be.

    Same goes for scripts - scripts that use functions declared in other files should be loaded after the dependency is loaded.

提交回复
热议问题