HTML 5 Markup Flashcards
1
Q
Name three popular video container formats.
A
MP4, OGG, and WebM
2
Q
What are the three things found in a video container file?
A
Video, audio, and metadata information.
3
Q
What is the meta character set that should always be included in the “head” element?
A
utf-8
< meta charset=”utf-8 >
4
Q
What are the only two elements that go inside the “HTML” element?
A
Head and body
5
Q
The head element is the only place to put these three elements?
A
Title
Meta charset
Style
6
Q
Which two elements does an “img” element have to have?
A
src
alt