在 W3C 中对于 link 元素 和 style 元素 出现的位置有详细的说明:

HTML permits any number of STYLE elements in the HEAD section of a document.

The LINK element defines a link. Unlike A, it may only appear in the HEAD section of a document, although it may appear any number of times.

也就是说 link 元素 和 style 元素 必须出现在 head 元素中.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-11-17
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-06-17
  • 2021-05-30
  • 2022-12-23
相关资源
相似解决方案