Exam 11: Media and Interactivity Basics
Exam 1: Internet and Web Basics21 Questions
Exam 2: Html Basics31 Questions
Exam 3: Web Design Basics27 Questions
Exam 4: Cascading Style Sheets Basics25 Questions
Exam 5: Graphics Text Styling Basics28 Questions
Exam 6: More Css Basics25 Questions
Exam 7: Page Layout Basics20 Questions
Exam 8: More on Links, Layout, and Mobile20 Questions
Exam 9: Table Basics24 Questions
Exam 10: Form Basics26 Questions
Exam 11: Media and Interactivity Basics24 Questions
Exam 12: Web Publishing Basics20 Questions
Select questions type
Use the ________ element to associate JavaScript with a web page.
Free
(Multiple Choice)
4.7/5
(45)
Correct Answer:
B
The CSS3 _____________ property allows you to rotate, scale, skew, or move an element.
Free
(Multiple Choice)
4.8/5
(46)
Correct Answer:
B
Scenario: The Firefox browser is being used to display a web page with a video but no video controls display -only the poster image is shown. Read the following code snippet and select the reason for the incorrect display from the choices below.
< video controls="controls" poster="sparky. j p g"
Width="160" height="150" >
< source src="sparky.m4v" type="video/mv4" >
< source src="sparky.ogg" type="video/ogg" >
< a href="sparky.mov" >Sparky the Dog< /a > (.mov)
< /video >
(Multiple Choice)
4.8/5
(31)
Scenario: The Internet Explorer 8 browser is being used to display a web page with an audio player but the audio element displays nothing on the page. Read the following code snippet and select the reason for the incorrect display from the choices below.
< audio controls="controls" >
< source src="podcast.mp3" type="audio/mpeg" >
< source src="podcast.ogg" type="audio/ogg" >
< /audio >
(Multiple Choice)
5.0/5
(40)
The CSS3 _____________ property provides for changes in property values to display in a smoother manner over a specified time.
(Multiple Choice)
4.8/5
(32)
When coding an audio element, the code placed before the closing audio tag is considered to be:
(Multiple Choice)
4.7/5
(43)
The _______________ element is a placeholder in which dynamic graphics can be configured.
(Multiple Choice)
4.7/5
(37)
_______ is a JavaScript library intended to simplify client-side scripting:
(Multiple Choice)
4.8/5
(36)
Use the _______ attribute on a video element to display user controls for the video player.
(Multiple Choice)
4.8/5
(41)
Select a disadvantage of displaying Flash media in a web page from the list below:
(Multiple Choice)
4.7/5
(31)
The _________ element is a void element that specifies a media file and a MIME type.
(Multiple Choice)
4.8/5
(39)
Select an advantage of displaying HTML5 video in a web page from the list below:
(Multiple Choice)
4.9/5
(42)
Select the term below which names an HTML5 API that allows web page visitors to share their geographic location.
(Multiple Choice)
4.8/5
(41)
The _______________ element was widely used but never part of the W3C standard until HTML5.
(Multiple Choice)
4.9/5
(44)
Showing 1 - 20 of 24
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)