What style rule should you apply to the img element to display the element in grayscale with no color?
img { transform: grayscale(0); }
img { transform: grayscale(1); }
img { filter: grayscale(1); }
img { filter: grayscale(0); }