Trying to darken an image using html.
I've found the fix where you use the css 'background-image; and 'linear-gradient', however I wanted to know if there was a way to do this on the 'img' tag in html. If not, then should I convert all of those images to background-images? What are the pros/cons of using html img vs css background-image?