Email Design Cheat Sheet 2026
The 30 highest-yield Email Design facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
60 questions
90 min time limit
70.00% to pass
- What is a 'bulletproof button' in HTML email coding? → A CTA button built with HTML/CSS that renders correctly even when images are blocked
- What HTML element is primarily used to create table-based email layouts? →
- What is the maximum recommended total file size for an HTML email? → 102KB
- What does 'conversion rate' measure in the context of email CTAs? → The percentage of subscribers who clicked the CTA and completed the desired action
- What is the most effective way to use email signature marketing? → As part of your omni-channel marketing strategy
- Which layout approach places the main content area next to a narrower sidebar? → Sidebar (two-column) layout
- Which property controls the space between lines of text in email CSS? → line-height
- What is the best way to make your email look more professional? → Use a two-column layout
- What coding technique makes images in emails scale down properly on mobile? → Setting max-width: 100% and height: auto on the tag
- What color model is used when specifying colors in HTML email code? → RGB/Hex
- Which font type is considered safest to use in HTML emails for cross-client compatibility? → System/web-safe fonts
- What is the recommended line length (in characters) for optimal email body text readability? → 50–75 characters
- What is the CSS media query used to apply mobile-specific styles in responsive emails? → @media screen and (max-width: 600px)
- What does using a 'call-to-action button color' that contrasts with the email background achieve? → Draws the subscriber's eye to the most important action
- In email design, what is a 'hero' image? → A large, prominent image at the top of the email
- What value should the border attribute be set to on email layout tables? → border='0'
- Which CSS property sets the background color of an HTML email table cell? → background-color
- What is the recommended minimum font size for body text in marketing emails? → 14px
- What is the correct way to ensure a linked image in an email has no blue border? → Add border='0' to the tag and border: 0 inline CSS
- What is 'white space' (negative space) in email design? → Empty areas around content elements that improve readability and visual balance
- Which email section typically contains the logo, navigation links, and branding? → Header
- Which type of CTA language typically performs best for lead generation emails? → Value-focused ('Download Your Free Guide')
- What is 'scannability' in the context of CTA placement? → Designing email content so subscribers can quickly spot the CTA while skimming
- What visual design technique makes a CTA button look clickable (affordance)? → Adding rounded corners, shadow effects, and contrasting colors to suggest interactivity
- What is a 'font stack' in email CSS? → A prioritized list of fonts with fallbacks
- Which CSS property is most commonly used to make images scale responsively in email layouts? → max-width: 100%
- What does the cellpadding attribute control in an HTML email table? → The space between the cell border and its content
- Why should email designers avoid using very light gray text on a white background? → It fails minimum contrast ratio requirements and is hard to read
- Which attribute should always be included with email images for accessibility? → alt
- What does the attribute on the tag help with in email accessibility? → It tells screen readers and translation tools what language the email is written in
Turn these facts into recall: