Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

WGU Web-Development-Applications - WGU Web Development Applications (KVO1)

Page: 1 / 2
Total 136 questions

Which framework assists designers with adaptive page layout?

A.

Modernize

B.

Bootstrap

C.

React

D.

Knockout

Given the following code:

Var a = ‘’true’’;

What is the data type of d?

A.

Boolean

B.

String

C.

Object

D.

Undefined

Which method retrieves periods updates about the geographic location of a user:

A.

getCurrentPosition

B.

ClearWatch

C.

GetContext

D.

WatchPosition

Which markup ensures that the data entered are either a five-digit zip code or an empty string?

A.

B.

C.

Input required min=’’s’’ max=’’s’’

D.

Input class =’’ (0-9) (5)’’>

A developer needs to apply a red font color to the navigation, footer, and the first two of three paragraphs on a website.

The developer writes the following code:

Which CSS archives this developer’s goal?

A.

Content

B.

Padding

C.

Margin

D.

border

Which feature was introduced in HTML5?

A.

Addition of CSS in the HTML file

B.

Adherence to strict XML syntax rules

C.

Ability to hyperlink to multiple web pages

D.

Native drag-and-drop capability

Given the following code:

What does the console display as output?

A.

8

B.

86

C.

14

What should be used to request and Update data in the background?

A.

Canvas

B.

AJAX

C.

API

D.

DOM

Which code segment creates a slider field that accepts a numeric value ranging from 1 through 10?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Given the following CSS code:

How many seconds elapse before the font-size property begins to increase when a user hovers a mouse pointer over the delay element?

A.

4

B.

2

C.

6

D.

0