Winter Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

WGU Web-Development-Applications WGU Web Development Applications (KVO1) Exam Practice Test

WGU Web Development Applications (KVO1) Questions and Answers

Question 1

Which method allows the end user to enter text as an answer to a question as the page loads?

Options:

A.

Write

B.

Confirm

C.

Prompt

D.

alert

Question 2

Which 3D transform affects the distance between the z-plane and the user?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 3

Given the following CSS code:

Which portion is the rule?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 4

Given the following HTML code:

Which line of code should replace the first line to ensure that users can pause and restart the video?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 5

Given the following HTML code:

And given the following CSS selector:

Which elements will the CSS be applied to?

Options:

A.

Any anchors (a. element) preceded by unordered lists (ul element)

All anchors (a. dement) and elements inside unordered lists ful element)

B.

Any anchors (a element) followed by unordered lists (1:1 element)

C.

All anchors (a element) and elements preceded by an unordered list (ul element)

Question 6

Which HTML5 attribute specifies where to send the form data for processing a form is submitted?

Options:

A.

Method

B.

Target

C.

Action

D.

Enctype

Question 7

Which layout design is easiest to manage on a variety of devices?

Options:

A.

Flow

B.

Table

C.

Grid

D.

Border

Question 8

Given the following CSS:

What is being configured?

Options:

A.

Rendering to the canvas

B.

Processing in the browser

C.

Processing on a server

Question 9

Given the following CSS code:

Which type of selector is used?

Options:

A.

Group

B.

Class

C.

Element

D.

ID

Question 10

Which element attaches an external CSS document to a web page?

Options:

A.