WGU Web-Development-Applications Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: Web-Development-Applications
  • Exam Name/Title: WGU Web Development Applications
  • Certification Provider: WGU
  • Corresponding Certification: Courses and Certificates
  • Exam Questions: 138
  • Updated On: Jun 02, 2026
Which CSS code block styles the `<div>` tag with a border image that is 80 pixels wide, 40 pixels high, and uses `round` as a repetition style?
Correct Answer: B Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Given the following javaScript code:

Which code segment calls the method?
Correct Answer: A Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Given the following CSS:

What is being configured?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Given the following HTML and CSS code:
```html
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<style>
a {
width: 100px;
height: 100px;
background-color: red;
display: block;
}
a:hover {
/* missing property goes here */
}
</style>
</head>
<body>
<a href="#">Box</a>
</body>
</html>
```
Which CSS property should a developer specify in the `a:hover` rule set to make the red box transparent?
Correct Answer: A Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which step helps ensure that code passes validation?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which type of operation should a developer use to set a condition when adding a media query?
Correct Answer: A Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
What does a computer use to read and execute JavaScript code?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which tag is required when importing the jQuery library?
Correct Answer: D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which attribute should a developer add to an HTML element to enable the HTML5 drag-and-drop application programming interface (API)?
Correct Answer: C Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10