SDEV 153 Chapter 11
Select the term below which is a protocol that provides a method for software components to communicate, interact, and share data.
Application Programming Interface
JavaScript can be described as ________.
an object-based scripting language
The file extensions .wav, .mp3, and .ogg are used for ________.
audio files
The ________ element configures dynamic graphics.
canvas
Use the ________ attribute on a video element to display user controls for the video player.
controls
The purpose of a @keyframes rule is to ________.
define an animation
When coding an audio element, the code placed before the closing audio tag is considered to be ________.
fallback content
________ is a JavaScript library intended to simplify client-side scripting.
jQuery
The ________ defines every object and element on a web page.
Document Object Model
Select a transition-timing-function value which configures a transition effect that begins at a constant speed and slows down at the end.
Ease-out
Select the term below which names an HTML5 API that allows web page visitors to share their geographic location.
Geolocation
Select recommended usability and accessibility practices.
Supply text descriptions of audio and video files that appear in your web pages.
Select the true statement from those listed below.
You should obtain permission before using files created by others.
Use the ________ attribute on a video element to display an image that represents the movie.
poster
Use the ________ element to associate JavaScript with a web page
script
The CSS ________ property allows you to rotate, scale, skew, or move an element.
transform
The CSS ________ property provides for changes in property values to display in a smoother manner over a specified time.
transition
The file extensions .avi, .m4v, and .ogv are used for ________.
video files