Skip to main content

PRACTICAL 2_4

PRACTICAL 4

Create a program in HTML 5 using API which provides access to multimedia streams (video, audio, or both) from local devices. 


THEORY
In this webpage,HTML 5  tags and attributes are used with APIs of videos and audio files.

IMPORTANT TAGS & ATTRIBUTES:

  • <audio>: The HTML 5 <audio> element specifies a standard way to embed audio in a web page.
  • <video>: The HTML 5 <video> element specifies a standard way to embed a video in a web page.
  • src: Defines multiple media resources for media elements, such as <video> and <audio.
  • controlsThe <controls> attribute adds video controls, like play, pause, and volume.
  • <section>:Defines a section in a document.

SCREENSHOT WEB PAGE:




NAME:AYUSH SINGLA
ID:18CE122

Comments