Is using the logo tag in sprites good or bad?

后端 未结 14 634
攒了一身酷
攒了一身酷 2021-02-05 05:31

When building web pages, one of my colleagues displays any logo using the CSS background-image property, rather than embedding the image using an HTML t

14条回答
  •  野的像风
    2021-02-05 05:39

    A logo is content and should therefore be represented by an element (despite the trend to optimise performance at the cost of semantics).

提交回复
热议问题