When content from a flow is loaded into a region, overflowed content:
Reveal answer details Close answer details
Correct answerB
Microsoft · 98-375
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
When content from a flow is loaded into a region, overflowed content: Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Which three code fragments define an HTML input control? (Choose three.) ![]() Reveal answer details Close answer detailsCorrect answersC, D, E Explanation HTML input types include: Note:
Multiple choice
Which two code segments declare JavaScript functions? (Choose two.) Reveal answer details Close answer detailsCorrect answersC, D
Single choice
An HTML5 application can be used without going through a manufacturer's approval process if: Reveal answer details Close answer detailsCorrect answerA
Single choice
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named You are running a training exercise for junior developers. You are currently discussing a technology that is described as a language used to save configuration settings and information. Which of the following is the technology being discussed? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Which two CSS properties can be used to position multiple HTML elements next to one another? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, D Explanation CSS position Property CSS float Property
Fill in the blank
Which attribute prefills a default value for an input element in HTML5? Reveal answer details Close answer detailsAccepted answervalue
Single choice
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named You are running a training exercise for junior developers. You are currently discussing a property associated with various Document Object Model (DOM) objects and methods. This property recovers the parent object in the document hierarchy. Which of the following is the property being discussed? Reveal answer details Close answer detailsCorrect answerD Explanation http://msdn.microsoft.com/en-us/library/ie/hh772281(v=vs.85).aspx
Single choice
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process. You are currently creating a page for ABC.com. You would like to place many HTML elements adjacent to one another. You have to identify the CSS properties that could be used to achieve your goal. Which of the following are suitable properties? Reveal answer details Close answer detailsCorrect answerB
Single choice
What is the default value of the CSS position property? Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Which two HTML5 tags format text content only? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, D Explanation Example:
Single choice
Which layout can you create by using a single CSS3 region? Reveal answer details Close answer detailsCorrect answerA
Drag & drop
DRAG DROP Match the HTML5 technologies to the corresponding descriptions. (To answer, drag the appropriate technology from the column on the left to its description on the right. Each technology may be used once, more than once, or not at all. Each correct match is worth one point.) ![]() Reveal answer details Close answer details![]()
Single choice
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named You are running a training exercise for junior developers. You are currently discussing an event of the HTML CANVAS element that transpires when the text content of an element is altered via the user interface. Which of the following is the event being discussed? Reveal answer details Close answer detailsCorrect answerA
Single choice
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named You are running a training exercise for junior developers. You are currently discussing a method of the HTML CANVAS element that configures an attribute object as part of the object. Which of the following is the method being discussed? Reveal answer details Close answer detailsCorrect answerA
Drag & drop
DRAG DROP Match the HTML5 input attributes to the corresponding descriptions. (To answer, drag the appropriate attribute from the column on the left to its description on the right. Each attribute may be used once, more than once, or not at all. Each correct match is worth one point.) ![]() Reveal answer details Close answer details![]()
Single choice
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named You are running a training exercise for junior developers. You are currently discussing an HTML5 input attribute that provides a way to set a regular expression that the value must match. Which of the following is the input attribute being discussed? Reveal answer details Close answer detailsCorrect answerB
Drag & drop
DRAG DROP Match the touch events to the corresponding actions. (To answer, drag the appropriate touch event from the column on the left to its action on the right. Each touch event may be used once, more than once, or not at all. Each correct match is worth one point.) ![]() Reveal answer details Close answer details![]()
Multiple choice
Which two are WebSocket events? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, D Explanation Following are the events associated with WebSocket object. Assuming we created Socket object: Event, Event Handler, Description
Single choice
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named You are running a training exercise for junior developers. You are currently discussing a touch event that fires when the lifts a finger from the device's touch zone. Which of the following is the event in question? Reveal answer details Close answer detailsCorrect answerD
Hotspot
HOTSPOT You are developing a website application that uses HTML5 controls to play audio and video media. Instructions: For each of the following statements, select Yes if the statement is true. Otherwise, select No. ![]() Reveal answer details Close answer details![]() Explanation References:
Multiple choice
Which two events are supported on touch devices? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, B Explanation when the user touches the screen both touch and click events will occur. Note: touchstart triggered when a touch is detected touchmove triggered when a touch movement is detected touchend triggered when a touch is removed e.g. the user's finger is removed from the touchscreen touchcancel triggered when a touch is interrupted, e.g. if touch moves outside of the touch-capable area |