What is displayed in the alert from line 11?
You are troubleshooting a web page that includes the following code. (Line numbers are included for reference only.) What is displayed in the alert from line 11?A . DivB . FunctionC . ButtonD . DocumentView AnswerAnswer: C Explanation: * The event handler here normalizes event object (passed as a first...
Which CSS style should you use?
You are developing an HTML5 page that includes several paragraph elements. You have the following requirements: Add a drop shadow that is one inch below the text in the paragraph Set the radius of the drop shadow to five pixels You need to style the paragraphs to meet the requirements....
In what order should you specify the four anchor selectors?
DRAG DROP You are developing a web page by using HTML5 and CSS3. Hyperlinks on the page must be rendered with a style that reflects the last user action performed. You need to style the four anchor elements in the document. In what order should you specify the four anchor...
Which lines of code should you use?
HOTSPOT You are developing an airline reservation website by using HTML5 and JavaScript. A page on the site allows users to enter departure and destination airport information and search for tickets. You have the following requirements: • Users must be able to save information in the application about their favorite...
Which code segment or segments should you use?
DRAG DROP You are developing an application for an online retailer. The company ships only to certain countries. The application must: • Store a list of country codes in an array • Validate the country code of the shipping address against the countries array • Include a Boolean value in...
With which container tags should you wrap the existing markup?
You are modifying an existing web page. The page is being optimized for accessibility. The current page contains the following HTML. Standards-compliant screen readers must be able to identify the links contained within the navigation structure automatically. You need to create the navigation link structure in the page. With which...
Which HTML should you use?
You are developing a customer web form that includes the following HTML input field. <input id="txtValue"/> If a customer enters a value in the input field, then it must be a numeric value. You need to add validation to the input field. Which HTML should you use?A . <input id="txtValue"...
Which HTML5 element should you use?
You are developing an HTML5 web application for a surveyor company that displays topographic images. The application must: • Display the topographic images at different zoom levels without loss of detail • Print the topographic images without loss of detail • Work from only one source file for each topographic...
Which code segment should you use to replace the Loader function?
You are developing an HTML5 web application that displays the current temperature whenever a button is clicked. The following code provides this functionality. When the temperature is loaded, the status property on the loader instance does not change. You need to ensure that the status property on the loader instance...
Which HTML5 element should you use?
You are developing an HTML5 web application for a surveyor company that displays topographic images. The application must: • Display the topographic images at different zoom levels without loss of detail • Print the topographic images without loss of detail • Work from only one source file for each topographic...