What does <link> tag do besides including stylesheets?

前端 未结 6 1458
南笙
南笙 2021-02-19 20:31

I know that the HTML tag is used for attatching stylesheets, but looking at the W3CSchools tag reference, it has many other values for the rel attribute. I\'ve looked

6条回答
  •  情话喂你
    2021-02-19 21:17

    The tag conveys relationship information. For stylesheets, that means "here are instructions on how to display this file", but links are used for semantic references of many kinds, including others not listed in the HTML spec.

提交回复
热议问题