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
data-src
src
img
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.