What does the statement the statement '<tr bgcolor="#cccccc">' create?

What is the scope of a variable declared static in a function?

a. visible in the script but not in a function
b. Once declared visible globally
c. Only visible within the function
d. Only visible in the script