WorksheetsWeb Development Tutorial 3 Quiz Review B
Total questions: 20
Worksheet time: 10mins
What is NOT a valid value for the display attribute?
block
static
inline-block
inline
What is NOT a valid unit for specifying width and height values?
inches
pixels
em units
percentages
This property defines the space around an HTML element
border
padding
margin
space
This property allows you to specify how much space should appear between the content of an element and its border.
border
margin
space
padding
These properties allow you to specify how the outside of the box representing an element should look.
border
margin
padding
outline
What does the float property do?
It allows content to float around the screen
It stacks items vertically on the screen
It makes an element optional to display based on screen width
It allows an element to be positioned to the left or right of other content
Which of the following is NOT a valid way to set color?
color: red;
color: pick;
color: #22FF45;
color: rgb(0,0,255);
This property lets you set attributes of the background of a web page.
background
bottom
rear
bground
This property allows you to set various aspects of how text appears on the screen.
word
font
text
script
This layout allows you to divide a web page into columns and rows, along with the ability to position and size the building block elements based on the rows and columns we have created in terms of size, position, and layer.
grid
box
block
table
Which of the following is true about grids?
A well-designed grid is more easily accessible for users with disabilities and special needs.
New content cannot be placed within a grid as it will be inconsistent with previously entered information.
Grids add order to the presentation of page content without adding any visual rhythm.
Grids slow down the development process for establishing a systematic framework for a page layout.
border-box is the default value for the box-sizing property
seems legit
no way!
An element within a CSS grid can:
Occupy an L-shaped region within the grid
Must be contained within a single cell
Cap span several cells within a grid
Be placed at the point of intersection of two gridlines
The _-index property sets the "stacking" order of elements on a page.
(a)
Which unit specifies a share of available space instead of a fixed amount and can be repeated to form patterns?
fr
wbr
em
px
Clipping can only be applied when an object is placed using what type of positioning?
absulte
static
relative
fixed
In the image provided, which item represents a value of "visible" in the overflow property?
1
2
3
4
What type of layout sets the width of page elements as a percent of the available screen width?
fixed
standard
fluid
stationary
______ refers to the distribution of elements on a web page.
balance
unity
contrast
rhythm
What will the following style rule create?
grid-template-columns: 100px 350px;
a three column grid with columns of 100px, 350px, and the remaining space
a two column grid with widths of 100px and 350px
a grid of alternating 100px and 350px columns
a two column grid with fractional widths of 1/3 and 1/35
