WGU Web-Development-Applications Actual Free Exam Questions & Community Discussion
Given the following markup:
```html
<p>This is sample text <img src="sample.jpg"></p>
```
Which style positions the image to the left of the paragraph?
```html
<p>This is sample text <img src="sample.jpg"></p>
```
Which style positions the image to the left of the paragraph?
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which line of code creates a field that is displayed as a text box with up-and-down arrows and accepts a numeric value of less than 100?
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which code snippet defines a list of choices that automatically alphabetize themselves?
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Give the following HTML code:

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

Which CSS property would make the corners of the div rounded?
Correct Answer: C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which event occurs when a user closes a browser?
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:
```javascript
<script>
var enabled = true;
</script>
```
Which code segment tests the variable value and displays an alert message?
```javascript
<script>
var enabled = true;
</script>
```
Which code segment tests the variable value and displays an alert message?
Correct Answer: A
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Given the following CSS margin shorthand property:
```css
p {
margin: 10px 20px 25px 30px;
}
```
How many pixels is the top margin?
```css
p {
margin: 10px 20px 25px 30px;
}
```
How many pixels is the top margin?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which markup ensures that the data entered are either a five-digit ZIP code or an empty string?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
Which code segment contains a conditional expression?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10
