Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.43 KB

class11.md

File metadata and controls

30 lines (26 loc) · 2.43 KB

Class 11 Reading Assignment

These are my notes from Module 11

  1. Explain how the ability to use video and audio on the web has evolved since the early 2000s.
    • well we no longer use flash and the auido and vidoe is now
  2. Describe the use of the src and controls attributes in the
  3. Why is it important to have fallback content inside the
  4. Write a very short story where and
  1. How does Grid layout differ from Flex?
    • grid is 2d where flex is 1d
  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.
    • the container is where the grid is encompessed
    • the item is the content that is being moved along the grid
    • the line is what seperates one grid row or colum to the next.
  1. Besides making a site visually appealing across different screen sizes, why should developers make images responsive?
    • in order to have a better user expeience. Photos could be to small or too large and need to be adjusted accoringly
  2. Define the following attributes srcset and sizes. Write an example of how they are used.
    • srcset defines the set of images we will allow the browser to choose between. this allows for different default sizes of an image based on what the users scren size is.
    • the img tag typically only allows one image to be linked to the webpage
  3. How is srcset more helpful for responsive images than CSS or JavaScript?
    • because of the variety of image sizes you could have set for predetermined screen widths