WorksheetsUnit 2 Post Assessment
Total questions: 14
Worksheet time: 11mins
Which word is best defined as "a language used to describe how HTML elements should be styled"?
HTML
CSS
Tag
Heading
Element
Which of these tasks are most appropriate for CSS? (Select all that apply)
Change the background color
Add an image
Add a link
Change the font size
Add Text
Which are you more likely to find in a CSS file? (Select all that apply)
Given the following website, what would you add to the CSS file so the images of clouds and rainbows have a height of 50 px?
Given this webpage, predict the HTML.
Debug the following image tag <img src=rainbow.jpg" alt="a rainbow">
There should not be an alt attribute
img should be image
Add a starting quotation mark to the name of the rainbow.jpg file
Add a closing </img> tag
No changes necessary
Given this webpage and HTML, predict the CSS.
Which of the following is an example of your digital footprint?
Your Birthday
Your Address
Your Phone Number
Your Name
All of the above
Which of the following elements most likely increase a website's trustworthiness?
Posted Anonymously
Images are high quality
Lots of ads
Sources are cited
When flex-wrap is set to wrap and flex-direction is column, how will flex items behave in a container that exceeds its height?
Items will wrap from top to bottom
Items will overflow the container without wrapping
Items will align vertically until reaching the container's maximum width
Items will wrap onto a new column beside the first
What Flex properties have been applied to create the layout pictured below?
align-items: space-between; and justify-content: center;
justify-content: space-between; and align-items: center;
justify-content: space-around; and and align-items: flex-start;
align-items: space-evenly; and justify-content: center;
justify-content: center; and align-items: center;
In a flex container with align-items: flex-start, one child item has align-self: flex-end. What impact does align-self have on this item?
It has no effect since align-items is set to flext-start.
It overrides align-items, aligning the item at the end of the container.
It makes the item align in the center of the container.
It causes the item to grow to fill the container.
What CSS property specifies the color of text?
(a)
What is the purpose of copyright?
