reading-notes

Video and Audio Content

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.

A Complete Guide To Grid

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 these terms in a few sentences.

Responsive Images

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.

<srcset=”elva-fairy-480w.jpg 480w, elva-fairy-800w.jpg 800w” sizes=”(max-width: 600px) 480px, 800px”/>

How is srcset more helpful for responsive images than CSS or JavaScript?

References