what is data-icon in html5?

前端 未结 2 707
盖世英雄少女心
盖世英雄少女心 2020-12-15 06:00

What is \"data-icon\" in HTML5 and how can I use it? If you know any source where I can read more about it, please let me know. Thanks.

相关标签:
2条回答
  • 2020-12-15 06:47

    data- attributes are attributes for private use. I.e., anybody can make up any data- attribute and do with it whatever he wants. I suppose you came across this as part of jQuery mobile's markup for icons on buttons.

    0 讨论(0)
  • 2020-12-15 06:50

    Have a look at this:
    http://pictos.cc/server/

    Data-icons are a way to add a background image to an element using fonts. The great benefits are that those images can be scaled and colored without loss of resolution.

    0 讨论(0)
提交回复
热议问题