Why is it important to have fallback content inside the < video > element? A fallback is a generic, one-size-fits-all response that’s a better placeholder than what the browser would provide by default when a request fails. Some examples are: An alternative to the “missing image” placeholder. An HTML alternative to the standard “no network connection available” page
How is srcset more helpful for responsive images than CSS or JavaScript? Using the srcset attribute has made responsive image sizing much simpler. It allows you to define a list of differently-sized versions of the same image, and provide information about the size of each one. Then, the client (browser) gets to make the decision.
I need to look more into grind and how I can use it, I am pretty comfortable with flex but I need to get better with grid