Multiple choice The value of align attribute that cannot be used with <img> is left right center top Reveal answer Fill a bubble to check yourself C Correct answer Explanation The align attribute for the img tag only accepts left, right, top, middle, and bottom values. Center is not a valid option for image alignment in HTML. If you need to center an image, use CSS or wrap it in a centered block element.