7. Media - Audio, Video, and Canvas
Activity 7.01: Media Page
Solution
- Create an HTML file and name it
Activity 7.01.html
. Save the following code in the file. This is a copy of the template provided. We have changed the title to Films on Demand – Video Promo:<!DOCTYPE html> <html lang="en">     <head>         <meta charset="utf-8">         <title>Films on Demand - Video Promo</title>         <meta name="description" content="Buy films from our great selection. Watch movies on demand.">         <meta name="viewport" content="width=device-width, initial-scale=1">         <link href="styles/normalize.css" rel="...