Is it okay to add id/class to <link> tag?

前端 未结 4 479
孤独总比滥情好
孤独总比滥情好 2020-12-05 06:41

Is it okay to do this?


so I can use JavaScript to d

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 07:26

    According to HTML 4.01 Transitional, id, class are document-wide selectors, and thus it is ok to have them in the link element.

提交回复
热议问题