Is there any way to render a default image in an HTML <img>
tag, in case the src
attribute is invalid (using only HTML)? If not, what would be your lightweight way to work around it?
Is there any way to render a default image in an HTML <img>
tag, in case the src
attribute is invalid (using only HTML)? If not, what would be your lightweight way to work around it?