a) allow-same-origin b) allow-forms c) allow-scripts d) allow-pointer-lock Answer: a Explanation: Scripts are re-enabled by allow-scripts. Allow-forms re-enables from ...
View QuestionWhich of the following allows the sandboxed iframe to run scripts from the same domain?
a) allow-same-origin b) allow-forms c) allow-scripts d) allow-pointer-lock Answer: c Explanation: Scripts are re-enabled by ...
View QuestionThe __________ attribute effectively renders the iframe as an inline include, which allows the parent document’s CSS to affect the contents of the iframe.
a) allow-forms b) seamless c) embed d) allow-scripts Answer: b Explanation: Embed attribute attach external ...
View QuestionThe __________ element may contain not just links but also other interactive items, including the newly introduced command element.
a) progress b) meter c) details d) menu Answer: d Explanation: ...
View QuestionThe new __________ element is supposed to represent some form of extra details, such as a tooltip or revealed region that may be shown to a user.
a) progress b) meter c) details d) menu Answer: c Explanation: A scalar measurement within ...
View QuestionWhich of the following is not a type of attribute for input tag?
a) day b) week c) month d) time Answer: a Explanation: Day is not defined ...
View QuestionAn API is an application programming interface consisting of methods and properties which allow the author to get or set data or execute commands to the user agent.
a) True b) False Answer: a Explanation: API, an abbreviation of application program interface, is a set ...
View QuestionWhich of the following methods must empty the list of subpaths so that the context once again has zero subpaths?
a) closePath() b) beginPath() c) moveTo(x, y) d) endPath() Answer: b Explanation: ClosePath() creates a path that starts from ...
View QuestionThe ____________ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule.
a) fill() b) stroke() c) clip() d) get() Answer: a Explanation: The path one defines is drawn by ...
View QuestionThe ____________ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number rule.
a) fill() b) stroke() c) clip() d) get() Answer: c Explanation: The path one defines is drawn by stroke() ...
View Question