Salesforce Certified Marketing Cloud Email Specialist — Question 80
Northern Trail Outfitters (NTO) wants its emails to render uniquely between mobile and desktop devices. NTO would like the emails to be responsive.
Which two techniques could be used? (Choose two.)
Answer options
- A. Include @media query CSS in the email.
- B. Include style=ג€display:blockג€ on all images.
- C. Use a Basic, Empty, or Themed Template in Content Builder.
- D. Use inline CSS styling on all HTML elements.
Correct answer: A, D
Explanation
The correct answer includes using @media query CSS, which enables responsive design by applying different styles based on the device's characteristics. Inline CSS can also be effective for styling in emails, ensuring styles are maintained across different email clients. The other options do not provide the same level of responsiveness or are not specific design techniques for achieving it.