Font size
WorksheetsIntermediate HTML/CSS Class 1
Total questions: 12
Worksheet time: 6mins
Which tag do you use to show a video from your own files?
<Iframe>
<v>
<i>
<video>
What does the "controls" keyword mean in the video tag?
controls the video from being too loud
Shows the pause/play button and the video taskbar
shows subtitles on the bottom of the video
Doesn't have a great effect
How do you correctly use the source tag for an mp4 file?
<source src="myVideo.mp4" type="mp4">
<source src="myVideo" type="mp4">
<source src="myVideo.mp4" type="video/mp4">
<src="myVideo.mp4" type="video/mp4">
Why are there usually more than one source tag for video and audio tags?
In case one form of video doesn't work, there are still other options that can work.
It's redundant and you don't actually need them.
Has the video playing twice in the background for better sound quality.
Allows the video to play easier and with less interruptions
How do you loop a video?
<loop video>
<video height="x" width="y" controls loop>
<video loop=true>
<video loop=1>
How are video and audio related?
They are not related at all!
video uses the source tag and audio doesn't
audio uses the source tag and video doesn't
They are the same besides different tags and mp4 instead of mp3.
What does the <iframe> tag do?
Links a frame to the page
Links a video from your local files to the page
Links a YouTube video to the page
Links apple frames to the page
What parts of the youtube link do you have change for the <iframe> tag?
youtube.com/id/embed
youtube.com/embed/id
youtube.com/playlist=id
youtube/id
How do we have a youtube video autoplay?
youtube.com/embed/id&autoplay=1
youtube.com/embed/id/?autoplay=true
youtube.com/embed/id&autoplay=0
youtube.com/embed/id?autoplay=1
How do make the youtube video start and stop at specific times?
youtube.com/embed/id?start=x&end=y
youtube.com/id?start=x&end=y
youtube.com/embed/&start=x?end=y
youtube.com/embed/id&tart=x?end=y
What is the difference between <iframe> and <video> tags?
iframe links a video from your computer, video links a Youtube video
iframe links a valid youtube link, video links a video from your computer
Iframe only works on apple iphones, but video works for everything
Video only works on certain browsers, but iframe works for everything
How do you think today's class was?
Awesome! Can't wait for next time!
Slightly boring, but still handleable
A little boring, and class was kind of hard
Really boring, why am I even here?
