I have web app. For images we are using HTML tag img
and we are also using alt
attribute for SEO purposes.
Now, we are redesigning our website to improve user experience and our designer suggest to replace the img tags with <div style="background-url(image)">
because using this technique images are no resized and so on. However, I see the big disadvantage that using this approach we loose the alt
attribute, and this will directly impact in our SEO.
Any suggestions?