Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free WGU Web-Development-Applications Practice Exam with Questions & Answers

Questions 1

Given the following code:

Web-Development-Applications Question 1

What does the #item token do?

Options:
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.

WGU Web-Development-Applications Premium Access
Questions 2

Which attribute displays help text in an input field without specifying an actual value for the input?

Options:
A.

Default

B.

For

C.

Placeholder

D.

name

Questions 3

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

Options:
A.

Canvas

B.

AJAX

C.

API

D.

DOM

Questions 4

Which HTML tag should a developer use to create a drop-down list?

Options:
A.

B.

C.

D.

tag is used in HTML to create a drop-down list. It is used in conjunction with the

    Purpose of <select>: The element encloses the

    Each

Usage Example:

In this example, the element with a label using the

multiple: Allows multiple selections if set.

References:

    MDN Web Docs on