Adding images to a website is a pretty straightforward task. You grab your link, and you summon the image element like below:
<img src="your_link" alt="image content">Then, you add your favorite CSS, and you have a nice-looking image!
What if I tell you that the most common element is hiding some secrets? You have been working with images for too l...