Exam 7: Image Manipulations, Audio, and Video
Exam 1: Introduction to Web Programming28 Questions
Exam 2: Coding Standards, Block Elements, Text Elements, and Character References30 Questions
Exam 3: Cascading Style Sheets (CSS)29 Questions
Exam 4: Organizing a Pages Content With Lists, Figures, and Various Organizational Elements30 Questions
Exam 5: Tables and Css Layout30 Questions
Exam 6: Links and Images30 Questions
Exam 7: Image Manipulations, Audio, and Video30 Questions
Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers28 Questions
Exam 9: Additional Javascript Basics: Window Object, If Statement, Strings, Numbers, and Input Validation30 Questions
Exam 10: Loops, Additional Controls, Manipulating Css With Javascript29 Questions
Exam 11: Object-Oriented Programming and Arrays30 Questions
Exam 12: Canvas30 Questions
Exam 13: Web Development and HTML/CSS98 Questions
Select questions type
For a CSS dimension property (like height), you can use 100vh to indicate 100 percent of the viewport's height. The vh unit stands for __________.
Free
(Short Answer)
4.9/5
(42)
Correct Answer:
viewport height
By including a background-position: center property-value pair in a CSS rule, it tells the browser to center the background image horizontally.
Free
(True/False)
4.9/5
(28)
Correct Answer:
True
A(n) __________ icon (also known as a website icon, a bookmark icon, or a favicon) is an icon that appears in the tab area at the top of the window.
Free
(Short Answer)
4.8/5
(35)
Correct Answer:
shortcut
Given the following img element, which of the subsequent CSS rules would position the image to the left, so text flows along its right edge?
< img class ="reposition" src= " ../images/peace.jpg" width="100" height="100" alt="" >
(Multiple Choice)
5.0/5
(41)
By including a <code>background-size: cover</code> property-value pair in a CSS rule, you are telling the browser to cover the web page's background by scaling the image.
(True/False)
4.7/5
(36)
A common way to create a CSS image sprite file is to find separate images, resize them so they have the same dimensions, and then use a tool to merge the images into one file.
(True/False)
4.9/5
(36)
For the <code>audio</code> element, which property-value pair provides a suggestion to download no information about the audio file when the page loads initially?
(Multiple Choice)
4.8/5
(34)
Normally, web developers choose fonts that are considered to be "web fonts" because they are installed on users' computers by default.
(True/False)
4.7/5
(45)
To open an image in a browsing context, what attribute-value pair should you add to the img element?
(Multiple Choice)
4.9/5
(38)
In implementing a CSS image sprite file, the images come from:
(Multiple Choice)
4.8/5
(43)
In filling a browser viewport's background, what is it called when multiple copies of an image are displayed?
(Multiple Choice)
4.9/5
(36)
The <code>img</code> element is an inline element (more formally, a phrasing element), so it gets displayed within the normal flow of its surrounding text.
(True/False)
4.9/5
(37)
The video element's controls attribute generates a control bar. Provide at least two functions that the control bar provides.
(Essay)
4.9/5
(39)
The audio element's controls attribute can be implemented as an empty attribute. What is an empty attribute?
(Essay)
4.8/5
(38)
A CSS image sprite is when you have a file with multiple images in it, and the browser animates the images so the user views only one image at a time.
(True/False)
4.8/5
(41)
If you move your mouse over an image map and click on a(n) __________, you jump to another web page or another place within the current web page.
(Short Answer)
4.9/5
(37)
With the audio element, if you include the autoplay attribute, you should normally omit the controls attribute.
(True/False)
4.9/5
(41)
Today's browsers include a built-in audio player that is used in conjunction with HTML5's ______ element.
(Short Answer)
4.9/5
(31)
Showing 1 - 20 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)