What does <link> tag do besides including stylesheets?

前端 未结 6 1184
南笙
南笙 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:22

    In addition to all of the other answers, it's also used for RSS feeds.

    For example: (From this very page)

    
    

提交回复
热议问题