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
The first is invalid - src is a required attribute. data-src is an attribute than can be leveraged by, say, JavaScript, but has no presentational meaning.