Free Web Development Applications Practice Test Questions and Answers (2026)

Last Update Check

View Mode
Q: 1
What does declaring indicate to the browser?
Options
Q: 2
What allows a scripting language to manipulate elements on a web page?
Options
Q: 3

A javaScript programmer defines the following function:


function square(number)

{ return number * number; }


What is the name of the function?

Options
Q: 4
What is a characteristic of JavaScript code?
Options
Q: 5
What should a developer increase to create space between a border and content?
Options
Q: 6

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

Options
Q: 7

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

Options
Q: 8
Which event occurs when a user closes a browser?
Options
Q: 9
Which application programming interface (API) should a developer use to track devices by their IP address?
Options
Q: 10
What is an example of a logical expression?
Options
Q: 11
Given the following CSS margin shorthand property: ```css p { margin: 10px 20px 25px 30px; } ``` How many pixels is the top margin?
Options
Q: 12
Given the following javaScript code: WGU Web Development Applications (KVO1) question Which code segment calls the method?
Options
Q: 13
Which CSS property defines whether users can see an element when it is rotated away from them?
Options
Q: 14

Which option changes the content of the first line to a valid CSS comment?

Options
Q: 15
A web page has the following CSS code: WGU Web Development Applications (KVO1) question Which selector should a developer use to invoke the CSS?
Options
Q: 16
What is the used to render images dynamically?
Options
Q: 17
Which technique should a developer use for text-based hyperlink on mobile web page?
Options
Q: 18
Which rule sets the background color of all hyperlinks to green?
Options
Q: 19
Which CSS positioning scheme should a developer use to ensure that an element remains in the same position when a user scrolls a page?
Options
Q: 20

Given the following code:

html

Copy

Edit

<!DOCTYPE html>

<html>

<head>

<style>

p { font-family: Georgia, serif; }

</style>

</head>

<body>

<h1>The font-family Property</h1>

<p>The quick brown fox jumps over the lazy dog.</p>

</body>

</html>


Which CSS rule would ensure the heading displays at 16pt size?

Options
Question 1 of 20

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top