What are all the differences between src and data-src attributes?

前端 未结 5 1689
轮回少年
轮回少年 2020-11-30 22:10

What are differences and consequences (both good and bad) of using either data-src or src attribute of img tag? Can I achieve the same

5条回答
  •  星月不相逢
    2020-11-30 22:49

    data-src attribute is part of the data-* attributes collection introduced in HTML5. data-src allow us to store extra data that have no meaning to the browser but that can be use by Javascript Code or CSS rules.

提交回复
热议问题