Define an ‘s src attribute in CSS [duplicate]

just this as img tag is a content element

img {
    content:url(http://example.com/image.png);
}

Leave a Comment