Ex No: 7 | MEDIA ELEMENTS |
---|---|
Aim: | To create a HTML page to display Media ELements. |
Algorithm | |
Step1: Create a folder “Ex7” to place the HTML files. | |
Step2: Create HTML file “index.html”. | |
Step3: Create a folder "media" and place the audio and video files in it. | |
Step4: Add <audio> and <video> tags to show the media elements in the webpage. | |
Source Code | |
index.html
|
|
Result: | Thus a website is created to display media elements. |