Labour Day Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Microsoft 98-375 HTML5 Application Development Fundamentals Exam Practice Test

Demo: 15 questions
Total 102 questions

HTML5 Application Development Fundamentals Questions and Answers

Question 1

Which three statements describe cookies? (Choose three.)

Options:

A.

They can be created, read, and erased using the document.cookie property.

B.

They are limited in size to 5 MB.

C.

They are deleted automatically when the session ends.

D.

They can be used only by pages on the domain where they were set.

E.

They contain the data in the form of a name=value pair.

Question 2

On a Windows touch device, which gesture serves the same purpose as a right-click of the mouse?

Options:

A.

swipe

B.

pinch

C.

tap

D.

hold

Question 3

You create a web page that displays text and images.

You need to use CSS to rotate some text counterclockwise when the page renders in Internet Explorer.

Which markup segment will accomplish this?

Options:

A.

-ms-transform: rotate(-30deg);

B.

transform: rotate(30deg);

C.

-o-transform: rotate(-30deg);

D.

-ms-transform: rotate(30deg);

Question 4

Which two functions support 2D transformations in CSS3? Choose two.

Options:

A.

Skew()

B.

matrix()

C.

zoom()

D.

move()

E.

scroll()

Question 5

Which two semantic tags are used to define layouts in HTML5? (Choose two.)

Options:

A.

B.

C.

D.