Winter Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dumps65

WGU Web-Development-Applications Dumps

WGU Web Development Applications (KVO1) Questions and Answers

Question 1

Which CSS transformation method should a developer use to reposition an element horizontally on the 2-D plane?

Options:

A.

Skewx (angle)

B.

Scale (x,y)

C.

Translatex(n)

D.

Scalex(n)

Question 2

Which structure tag should a developer use to place contact information on a web page?

Options:

A.

B.

C.

D.

Question 3

Which attribute is related to moving the mouse pointer of an element?

Options:

A.

Onmouseover

B.

Onmouseout

C.

Onmouseup

D.

onmouseenter

Question 4

What is a characteristic of JavaScript code?

Options:

A.

It runs inside a web browser

B.

It implements across browsers.

C.

It must be compiled lo work.

D.

It remains hidden from the user.

Question 5

Which code segment correctly defines a function in JavaScript?

Options:

A.

Void addNumbers(a, b)

B.

Function addNumbers (a, b)

C.

Void addNumber(int a, int b)

D.

Function addNumber (in a, int b)

Question 6

Which tag is required when importing the jQuery library?

Options:

A.

Section

B.

Body

C.

Script

D.

meta