Microsoft 98-375 - HTML5 App Development Fundamentals Exam
Page: 1 / 20
Total 96 questions
Question #1 (Topic: Topic 1)
You work as a senior developer at ITExams. The ITExams network consists of a single domain named ITExams.com.
You are running a training exercise for junior developers. You are currently discussing a CSS property that specifies whether the object allows floating objects on
its left side, right side, or both, so that the next text displays past the floating objects.
Which of the following is the property being discussed?
You are running a training exercise for junior developers. You are currently discussing a CSS property that specifies whether the object allows floating objects on
its left side, right side, or both, so that the next text displays past the floating objects.
Which of the following is the property being discussed?
A. The z-index property.
B. The vertical-align property.
C. The position property.
D. The clear property.
Answer: D
Question #2 (Topic: Topic 1)
You work as a developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their
development process.
You have been instructed to create a new layout. You should achieve this by making use of only one CSS3 region.
Which of the following actions should you take?
development process.
You have been instructed to create a new layout. You should achieve this by making use of only one CSS3 region.
Which of the following actions should you take?
A. You should consider creating a table layout.
B. You should consider creating a grid layout.
C. You should consider creating a flex box layout.
D. You should consider creating a ListView layout.
Answer: A
Question #3 (Topic: Topic 1)
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com.
You are running a training exercise for junior developers. You are currently discussing a CSS property that introduces content into the flow.
Which of the following is the property in question?
You are running a training exercise for junior developers. You are currently discussing a CSS property that introduces content into the flow.
Which of the following is the property in question?
A. The content-flow property.
B. The content-into property.
C. The flow-from property.
D. The flow-into property.
Answer: D
Question #4 (Topic: Topic 1)
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com.
You are running a training exercise for junior developers. You are currently discussing the relative positioning scheme.
Which of the following is TRUE with regards to this positioning scheme?
You are running a training exercise for junior developers. You are currently discussing the relative positioning scheme.
Which of the following is TRUE with regards to this positioning scheme?
A. The location of the element in the page is not calculated relative to parent or child elements, but to the browser window.
B. It places an element in the natural HTML flow of the document, and offsets the position of the element based on the preceding content.
C. It places an element in the natural XML flow of the document, and offsets the position of the element based on the proceeding content.
D. It pulls the element out of the flow of the document and positions it without regard to the layout of surrounding elements.
Answer: B
Question #5 (Topic: Topic 1)
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com.
You are running a training exercise for junior developers. You are currently discussing an event that is triggered when a user places a touch point on the touch
surface.
Which of the following is the event being discussed?
You are running a training exercise for junior developers. You are currently discussing an event that is triggered when a user places a touch point on the touch
surface.
Which of the following is the event being discussed?
A. Touchstart
B. Touchcancel
C. Touchend
D. Touchmove
Answer: A