You add an element with an ID of MyFlexbox to newsPage.html. You need to ensure that the layout for MyFlexbox meets the requirements. Which layout should you choose? A. Option A B. Option B C. Option C D. Option D

You need to ensure that the about.html page is displayed according to the requirements. Which attribute should you add to the DIV element in line AB07? A. data-win-control="WinJS.UI.ApplicationSettings.SettingsLayout" B. data-win-control="WinJS.UI.SettingsLayout" C. data-win-control="WinJS.UI.ApplicationSettings.SettingsPane" D. data-win-control="WinJS.UI.SettingsPane"

You need to ensure that the requirements for capturing user input on the newsltem.html page are met. Which code segments should you use? (Each correct answer presents part of the solution. Choose all that apply.) A. InkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.selecting; B.…

You need to ensure that the navigation requirements for displaying news items are met. Which code segment should you insert at line NP04? A. nav.navigate("/html/newsPage.html"); B. nav.navigate ("/html/newsItem.html", {item: item}); C. nav.forward ("/html/newsItem.html"); D. nav.forward("/html/newsPage.html", {item: item});