Internet Explorer 11 contains a security feature that enhances security by enabling restrictions for web pages containing iframe elements with untrusted content. This is a new object type supported by HTML version 5, called the HTML5 ______attribute

a. Filter
b. Notification
c. Sandbox
d. None of the above

C. Untrusted content in iframe elements is prevented from performing potentially malicious actions.

Computer Science & Information Technology

You might also like to view...

Where is the Insert Background feature located?

A) Page Layout tab B) Insert tab C) Backstage D) Formulas tab

Computer Science & Information Technology

Case 8-2 Another colleague shares the following code with you:  Dim strEmployees(50) As String ' Later in the code ReDim strEmployees(65). Which of the following is NOT true based on what you see in your colleague's code?

A. The strEmployees array originally is sized to hold 51 values. B. The strEmployees array is reinitialized to hold 66 values. C. If the array had been redimensioned to a smaller size, your colleague would not lose the items between the original upper-bound array size and the new smaller upper-bound array size. D. When the array is redimensioned, all the data contained in the array is lost.

Computer Science & Information Technology