ReadingNotes

Audio, Video, Images

https://css-tricks.com/snippets/css/complete-guide-grid/

https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content

https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images

CSS Grid

CSS Grid Animation

There are 5 different animation grid properties:

CSS Grid terminology

Video and audio content

Questions

  1. The first influx of online videos and audio were made possible by proprietary plugin-based technologies like Flash and Silverlight.
  2. In a similar manner to the element, we include a path to the media we want to display inside the src attribute; we can include other attributes to specify information such as video width and height, whether we want it to autoplay and loop, whether we want to show the browser’s default video controls, etc.
  3. Fallback PTFs on the earlier-level release can allow it to tolerate changes that are made by the later-level release.In general, always plan to have a backout path when you install new software. Identify and install any service that is required to support backout.
  4. CSS Grid Layout, is a two-dimensional grid-based layout system with rows and columns, making it easier to design web pages without having to use floats and positioning. Like tables, grid layout allow us to align elements into columns and rows
  5. The CSS Flexbox offers a one-dimensional layout. It is helpful in allocating and aligning the space among items in a container (made of grids). It works with all kinds of display devices and screen sizes.