I want to include an image on my webpage using the following CSS:
{
background-image: url(../images/icon_new_reset.png);
background-repeat: no-repeat;
}
Is there a way to provide alternative text or overlay text on this background image?