reading-notes

Reading Journal

This topic is important because audio and video is all around us and something that we interact with daily. It is important that these functions are handled correctly to allow for the best user experience. The grid function in CSS is also highly important because it helps achieve simpler grid styling when designing a web page layout than what would be possible with just flexbox.

Reading

Video and Audio Content

1. Explain how the ability to use video and audio on the web has evolved since the early 2000s.

2. Describe the use of the src and controls attributes in the <video> element.

3. Why is it important to have fallback content inside the <video> element?

4. Write a very short story where

A Complete Guide To Grid

1. How does Grid layout differ from Flex?

2. 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

1. Besides making a site visually appealing across different screen sizes, why should developers make images responsive?

2. Define the following <img> attributes srcset and sizes. Write an example of how they are used.

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

Things I want to know more about.

I don’t really have one specific thing I want to know more about at this time. Over all I’d just like to continue experimenting with CSS functionality, better understand JavaScript principles and keep practing with building webpages.