Valid 70-480 Dumps shared by ExamDiscuss.com for Helping Passing 70-480 Exam! ExamDiscuss.com now offer the newest 70-480 exam dumps, the ExamDiscuss.com 70-480 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-480 dumps with Test Engine here:
You are creating a blog site by using HTML5 and JavaScript. An inline frame enables users to post comments. It is possible for users to inject malicious scripts into their comments. You need to minimize the ability for malicious scripts to execute on the site. Which line of code should you use?
Correct Answer: A
Explanation/Reference: The sandbox attribute enables an extra set of restrictions for the content in the iframe. Syntax <iframe sandbox="value"> Attribute Values no value: Applies all restrictions etc. No attribute value: allowscripts (not D) Reference: HTML <iframe> sandbox Attribute