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