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.
Which CSS style should you use?
How should you write the code?
DRAG DROP
You are developing an online shopping application that accepts credit cards for payment.
If the credit card number is invalid, the application must:
Generate an error
Assign “200” to the error number
Assign “Invalid” to the error description
You need to write the code that meets the requirements.
How should you write the code? (To answer, drag the appropriate code segment or segments to the
correct location in the answer area. Each code segment may be used once, more than once, or not at
all. You may need to drag the split bar between panes or scroll to view content.)
You need to configure the environment
HOTSPOT
You develop a Windows Store app by using JavaScript. The current environment is shown in
the following diagram.
A central cloud server must be able to push notifications to all mobile platforms including, but
not limited to, Windows 8.x devices and Windows 8 Phones.
You need to configure the environment.
Select the correct answer from each list based on the information presented in the diagram.
Each correct selection is worth one point.
Which code segment should you use?
You are creating a web form that users will use to enter their personal information. The form
includes the following HTML.
You have the following requirements:
When a user enters an input box, the cell on the right must turn green.
When a user leaves an input box, the cell on the right must turn white.
You need to create the web form to meet these requirements.
Which code segment should you use?
You need to retrieve the data
You are developing a Windows Store enterprise app.
The app must retrieve data from other apps asynchronously across domains by using the
XMLHttpRequest object.
You need to retrieve the data.
What should you use?
Which CSS segment should you use?
You are developing a web page. You create a grid layout by using the following CSS segment.
You have the following requirements:
You must place content in the first column of the second row.
The content must span two columns.
You need to ensure that the style of the grid meets the requirements.
Which CSS segment should you use?
Which authentication strategy should you use?
You are developing a Windows Store app.
The app must provide single sign-on (SSO) to a Microsoft account and to social networks.
The SSO feature must be accessible from any device.
You need to implement SSO.
Which authentication strategy should you use?
You develop a Windows Store app that displays information for a conference.
HOTSPOT
You develop a Windows Store app that displays information for a conference. You use a
ListView control to display the list of sessions that are available. Users can group sessions
by track, speaker, or the day of the session. The app includes the following HTML markup.
Line numbers are included for reference only.
For each of the following statements, select Yes if the statement is true. Otherwise, select
No. Each correct selection is worth one point.
Which CS53 style should you use?
You are developing a web page by using HTML5.
You have the following requirements:
An H1 element must be placed at the top left corner of the page.
The size and location of the H1 element must not change if additional elements are added to the page.
You need to position the H1 element on the page.
Which CS53 style should you use?
which order should you use the five style sheets?
DRAG DROP
You are creating an application by using HTML5 and CSS3. The styles for the pages are derived from
five style sheets.
The styles are not being applied correctly to the pages in the application.
You need to apply the styles from highest priority to lowest priority.
In which order should you use the five style sheets? (To answer, move the style sheet types from the
list of style sheet types to the answer area and arrange them in the correct order.)