1.
You have the following code: You need to convert objStr into an array. Which line of code should you use?
2.
You are developing an application in HTML5. The application contains the following HTML markup. You need to ensure that all of the links referencing domain names ending in.org are diaplayed in red text. What should you do?
3.
You write the following JavaScript code. (Line numbers are included for reference only.) You need to write a function that will initialize and encapsulate the member variable fullname. Which are two possible code fragments that you can insert at line 02 to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
4.
You develop an HTML5 web application. The web application contains a form that allows users to enter only their month of birth. The value that the users enter must be numbers between 1 and 12, inclusive. You need to implement the form element for the month of birth. Which element should you use?
5.
You have the following HTML Markup. You need to ensure that the markup conforms to W3C accessibility standards. What should you add to the markup?
6.
You have the following code. You need to recommend a solution to ensure that myLongFunction is executed as a separate thread. Which type of object should you use?
7.
You have the following HTML markup within a page that lists the sessions of a conference. (Line numbers are included for reference only.) You need to use HTML5 to maximize Search Engine Optimization (SEO) for the page. Which two changes should you make to the markup? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.