Hello,
I have a doubt with this question ::
==============================
Q. When sending HTML e-mail using MIME, it is often desirable to use classic HTML tags such as <IMG> to embed images within your text. Which of the following methods are acceptable for doing so? (Choose 2)
A. Providing the content of the image file directly in-line within an HTML <IMG> tag in the mail that the e-mail client will automatically render
B. Providing a URL in the SRC attribute of the <IMG> tag pointing to the image on a independent server where the image is hosted
C. Embedding the image directly in the e-mail as a separate MIME content block and referencing it within the SRC attribute of the <IMG> tag by its assigned Content ID
D. Adding the images directly as file attachments and reference them within the SRC attribute of the <IMG> tag by filename
E. There is only one valid answer listed above
Is the option D, incorrect ? Can you explain this to me.
Thanks,
Vivek