WGU D276 WEB DEVELOPMENTFOUNDATIONS
TEST 100%
80 Multiple choice questions
Term 1 of 80
True or false? The CSS property appearance is used to control a widget appearance based on
the operating system theme. Setting appearance to none hides the widget
False
True
flex
media type
Term 2 of 80
True or false? A CSS media query is a combination of media type and optionally one or more
media feature expressions that evaluate to true or false.
True
HTTP
False
Method
1/28
,02/12/2025, 21:40 WGU D276 Web Development Foundations | Quizlet
Definition 3 of 80
CSS media queries apply different CSS styles depending on the browser width.
Elements are laid out on fluid, proportion-based grids that use relative units like percentages
instead of absolute units like pixels.
Images are sized with relative units to adapt to various screen sizes.
Select the four (4) values that the text-shadow CSS property uses
Select the three (3) things by which Responsive Web Design is characterized.
To create a CSS animation, which two (2) CSS properties must be defined?
What is the proper syntax to declare a CSS variable set to black?
Term 4 of 80
Websites have either an IP address or a domain name, but not both.
True
False
name
color
Term 5 of 80
Use the given code snippet to answer the following question: <p>Please <a href="subscribe.php"
target="_blank">subscribe</a> to our <strong>fun <mark>Monthly Newsletter!</mark></strong></p>
How will this code be displayed in a browser?
Please subscribe to our fun Monthly Newsletter!
Please subscribe to our interesting Weekly Newsletter!
All
Please subscribe to our exciting Daily Newsletter!
2/28
, 02/12/2025, 21:40 WGU D276 Web Development Foundations | Quizlet
Term 6 of 80
Which CSS selector represents the first-child pseudo-class selector?
:first-child
<style>
Flex-direction
animation
Term 7 of 80
Which label is selected by input[type=radio]+label?
<label></label><input type="radio">
<input type="checkbox"><label></label>
<input type="radio"><label></label>
all
Term 8 of 80
True or false? An inline style does not use a selector
True
False
<header>
<img>
3/28