| Exam Code/Number: | 070-481Join the discussion |
| Exam Name: | Essentials of Developing Windows Store Apps using HTML5 and JavaScript |
| Certification: | Microsoft |
| Question Number: | 116 |
| Publish Date: | Jul 11, 2026 |
|
Rating
100%
|
|
You are developing a Windows Store app that includes an app bar. You are creating custom styles for the command buttons on the app bar.
You need to ensure that the custom styles include all elements of the command buttons.
Which CSS class should you use?
DRAG DROP
You are developing a Windows Store app that uses a CredentialPicker control to collect the user's user name and password credentials.
The CredentialPicker control has the following requirements:
- The Remember my credentials check box must be selected by default. - The text "Enter user name and password" must be displayed in the message header of the dialog box.
You need to ensure that the requirements are met.
Which properties should you use? (To answer, drag the appropriate properties to the correct locations in the answer area. Each property 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 are developing a Windows Store app. The app will format a paragraph of text to resemble the following image.
The app must format the paragraph to meet the following requirements:
- The paragraph must be divided between two columns.
- Columns must be separated by vertical lines that are two pixels wide. You need to ensure that the format of the paragraph meets the requirements.
Which code segment should you add?
You are developing a Windows Store app. The app will format a paragraph of text to resemble the following image.
The app must format the paragraph to meet the following requirements:
- The paragraph must be divided among three columns.
- Columns must be separated by vertical lines that are one pixel wide. You need to ensure that the format of the paragraph meets the requirements.
Which code segment should you add?
You are developing a Windows Store app. The app includes a handler for the datarequested event.
A portion of the code for the event handler is shown in the following code segment:
The app must meet the following requirements: - The app must share an order tracking link with target apps. - The app must share URI-type data only. You need to ensure that the app meets the requirements.
Which code segment should you insert at line 05?