Mini-guide to add an image

from blog HTMHell, | ↗ original
↗ original
Adding an image with HTML is pretty easy, it’s just a simple tag, after all, right? img src="path/to/image.jpg" /> But when you start taking into consideration topics such as performance, screen sizes, accessibility, pixel density, or user preferences, you might ask yourself at some point if plain HTML is enough for the task… And the answer is...