Is there a way to use an if statement in html?
I am looking at mobile responsiveness on a site and one image isn't looking so great on mobile. I don't want to alter the CSS, I'm new to it and I expect this issue isn't going to be ongoing and if I do face this issue in the future, it'd be great to know what to do.
So, just to keep it simple. "Image A.png" is for desktop, "Image B.png" is for mobile.
How would I show it in html if I wanted one to show to desktop visitors and the other to mobile visitors?