Email Fundamentals Flashcards
Master the Email Fundamentals course material, plus other aspects of email and deliverability
What doctype must be used for uploaded HTML email?
XHTML-1.0-Strict, except for migrated pages
Where can I find resources on creating HTML emails to upload?
HTML guidelines
How must my uploaded HTML email code validate?
According to W3C Markup Validation Service at http://validator.w3.org
How does email render properly across different browsers in HTML?
By being compatible with the basic Eloqua CSS Reset
Where can I find the Eloqua CSS Reset?
In the HTML Email Guidelines
Where can I find the doctype code required for uploaded email?
In the HTML Email Guidelines
Are there restricted class names that you can’t use in styles in HTML email?
Yes, there are 12 system class names you can’t use. These are in the HTML Email Guidelines
What kind of CSS positioning can you use in HTML email?
Static or absolute. Avoid relative or fixed-position elements.
Can you use static positioning in HTML email?
Yes
Can you use absolute positioning in HTML email?
Yes
Can you use relative positioning in HTML email?
No
Can you use fixed positioning in HTML email?
No
Can you use tables in HTML email?
Yes
Should you use relative or absolute paths to images, stylesheets, and other resources?
Absolute
What tags can you not use within a text or shared content section in uploaded HTML email?
, , or opening or closing tags