WGU D276 (New 2023/ 2024 Update) Web Development Foundations Exam| Graded A | Questions and Verified Answers| 100% Correct
WGU D276 (New 2023/ 2024 Update) Web
Development Foundations Exam| Graded A |
Questions and Verified Answers| 100%
Correct
QUESTION
Which two units make the size of an element responsive to screen size?-
Answer:
vw vh
QUESTION
A website developer needs to create a website that looks suitable on mobile, tablet, and desktop
devices. Which type of web design should the developer use?
Answer:
Responsive Design
QUESTION
Which CSS properties are used to specify the amount of space between grid columns and rows?
Answer:
column-gap and row-gap
QUESTION
Which CSS rule should be used to create three columns of equal width?-
Answer:
grid-template-columns: 1fr 1fr 1fr;
QUESTION
What is the global setting in Bootstrap that affects the overall text appear- ance on a website?
Answer:
Typography
QUESTION
Which Bootstrap installation option avoids bundling Bootstrap with the source code of a
website?
Answer:
CDN
QUESTION
Which type of Bootstrap library includes several symbols that can be used within a web page?
Answer:
Icons
QUESTION
Which Firefox Developer Tools tab is used to view and edit cookies on a site?
Answer:
Storage
QUESTION
Which Firefox Developer Tools tab displays how long a request took for each site resource
type?
Answer:
Network
QUESTION
What can be used to instantly apply changes to applied styles?
Answer:
Browser developer tools
QUESTION
A website developer identifies an issue with a CSS property value taking precedence over an
element. Which Firefox Developer Tools tab should the developer access to review CSS
declaration precedence?
Answer:
Inspector
QUESTION
Which Chrome DevTools tab is accessed to view logged JavaScript mes- sages and run
JavaScript?
Answer:
Console
QUESTION
Use the given HTML document to answer the following question:
This is the introduction statement
This is the story I am telling
Which error is present in this code?
Answer:
The tag should be to the left of the