New Year Special Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > WGU > Courses and Certificates > Web-Development-Applications

Web-Development-Applications WGU Web Development Applications (KVO1) Question and Answers

Question # 4

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

A.

Method

B.

Target

C.

Action

D.

Enctype

Full Access
Question # 5

Given the following code:

What does the console display as output?

A.

8

B.

86

C.

14

Full Access
Question # 6

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

A.

Onmouseover

B.

Onmouseout

C.

Onmouseup

D.

onmouseenter

Full Access
Question # 7

Give the following HTML code:

Which CSS property would make the corners of the div rounded?

A.

Border-collapse

B.

Border-style

C.

Border-width

D.

Border-radius

Full Access
Question # 8

Given the following JavaScript code:

What happens when this code is executed?

A.

The object with the id demo is changed to x.

B.

The object with the id innerHTML is changed to 6.

C.

The object with the demo is changed to 6.

D.

The object with the id innerHTML is changed to x.

Full Access
Question # 9

Which technique should a developer use for text-based hyperlink on mobile web page?

A.

Padding the clickable area around the link

B.

Keeping links uniform

C.

Deploying graphical links

D.

Using dynamic page elements neat the link

Full Access
Question # 10

Given the following CSS statement:

Which code segment changes the font color when the viewport is 800 pixels wide or wider?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 11

Which HTML element should a developer use to logically group a set of related HTML elements?

A.

Datalist

B.

Select

C.

Fieldset

D.

input

Full Access
Question # 12

A web page has a section that contains an

element. The element is always 10 pixels to the right of its position.

Which type of layout positioning should the

element use?

A.

Relative

B.

Fixed

C.

Absolute

D.

Static

Full Access
Question # 13

Which framework assists designers with adaptive page layout?

A.

Modernize

B.

Bootstrap

C.

React

D.

Knockout

Full Access
Question # 14

A web designer creates the following HTML code:

Which CSS selector applies only to the first line?

A.

#Welcome

B.

.Welcome

C.

#Header

D.

.header

Full Access
Question # 15

Given the following code:

What does the #item token do?

A.

It specifies a CSS3 property.

B.

It locates an HTML5 element by its ID

C.

It defines a JavaScript function with one parameter.

D.

It creates an XML element.

Full Access
Question # 16

What does a form field default to if the type attribute is omitted from a form?

A.

Date

B.

Text

C.

Range

D.

number

Full Access
Question # 17

What is a characteristic of JavaScript code?

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.

Full Access
Question # 18

Which History API object is called when a browser window’s document history changes?

A.

Window, location

B.

Window, onpopstate

C.

Window, name

D.

Window, open

Full Access
Question # 19

What is the default behavior of overlay elements?

A.

Last element listed appears on top

B.

Last element listed appears on bottom

C.

First element listed is invisible

D.

First element listed is transparent

Full Access
Question # 20

What should a developer increase to create space between a border and content?

A.

Margin

B.

Width

C.

Height

D.

Padding

Full Access