If you want to declare a variable that can be accessed by more than one function or script block in
your program, you will need to declare the variable ___________________.
A.
In the HEAD element of the HTML document.
B.
Outside of any function definition.
C.
Inside your function definition.
D.
In the body element of the HTML document.