Week 9: HTML Media and Tables

HTML Audio

One of the cool features added in HTML5 was multimedia. Web pages were no longer reliant on Flash or Silverlight to add audio and video to the browser.

Learn how to add audio

HTML Video

Video is a little more complex than audio but the basics of adding it to a webpage are similar to the audio element.

Learn how to add and control video

HTML Tables

In the early days of the web there was no effective way to control layout with CSS. So, the table element was used for this purpose.

Now we have much better control of our layout with CSS.

When you have tabular data, like a school schedule or a train schedule, you should use an HTML table element to create the relationships between the columns and rows. Learn more

What to do Before Week 10

TODO

Last Updated: : 8/26/2019, 3:00:46 PM