Explain how the ability to use video and audio on the web has evolved since the early 2000s.
Describe the use of the src
and controls
attributes in the <video>
element.
Why is it important to have fallback content inside the <video>
element?
Write a very short story where <audio>
and <video>
are characters.
How does Grid layout differ from Flex?
Grid container, grid item, and grid line are a few important terms to understand when using Grid. Please describe shese items in a few sentences.
Besides making a site visually appealing across different screen sizes, why should developers make images responsive?
Define the following <img>
attributes: srcset
and sizes
. Write an example of how they are used.