The HTML5 Enabler should be added to which tag in a creative's HTML file?
Choose an answer
Tap an option to check your answer.
Correct answer: <head>.
Why this is the answer
The HTML5 Enabler, typically a JavaScript library, must be placed within the <head tags of an HTML file. This ensures that the Enabler loads and initializes before any other creative assets or scripts in the <body begin to execute. Loading it in the <head guarantees that its functionalities, such as ad serving environment detection and event handling, are available from the outset, preventing potential errors or unexpected behavior. Placing it in <body might lead to race conditions where creative elements try to use Enabler functions before they are defined. <script and <div are HTML elements used for different purposes; while the Enabler is a script, it's the placement within the document structure that matters, not just the script tag itself.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed