What is the purpose of the crossorigin attribute in an <img> tag?
crossorigin
<img>
<img src="image.jpg" crossorigin="___">
To define the image orientation
To specify how to handle CORS for the image
To enable image compression
To set the image format