Skip to main content

HTML Multimedia

What is Multimedia?


* How it Works

The controls attribute adds video controls, like play, pause, and volume.
It is a good idea to always include width and height attributes. If height and width are not set, the page might flicker while the video loads.
The <source> element allows you to specify alternative video files which the browser may choose from. The browser will use the first recognized format.
The text between the <video> and </video> tags will only be displayed in browsers that do not support the <video> element.

* HTML <video> Autoplay

To start a video automatically use the autoplay attribute:

Example

<video width="320" height="240" autoplay>
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>

Example 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div style="margin-left:30%;">
<h3> For Example </h3>
<video src="mov_bbb.mp4height="300px,width="300px;controls>
</video>
</div>
</body>
</html>





The HTML <audio> Element

To play an audio file in HTML, use the <audio>element:

Example

<audio controls>
  <source src="horse.ogg"type="audio/ogg">
  <source src="horse.mp3"type="audio/mpeg">
Your browser does not support the audio element.
</audio>

HTML Audio - How It Works

The controls attribute adds audio controls, like play, pause, and volume.
The <source> element allows you to specify alternative audio files which the browser may choose from. The browser will use the first recognized format.
The text between the <audio> and </audio>tags will only be displayed in browsers that do not support the <audio> element.

Comments

Popular posts from this blog

Login system in Php With HTML code

                                {== HTML  CODE HERE ==}   <!DOCTYPE html>   <html>     <head>       <!--Import Google Icon Font-->       <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">       <!--Import materialize.css-->       <link type="text/css" rel="stylesheet" href="css/materialize.min.css"  media="screen,projection"/>       <!-- online cdn -->        <!-- Compiled and minified CSS -->     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">     <!-- Compiled and minified JavaScript -->     <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0...

Python some code With Rajeev Minj

#print(" Hello Class! I'm Rajeev Minj Code with Rajeev") #print("Subscribe My Youtube channel And like,share " # "like my facebook page and fllow on instagram ") # This is single line comment This is Multiline Comments """" This is Multiline Comments in python language """ #print("Hello Rajeev Minj","hello World Some thing Went wrong") #print("print statement new line create karta hain","Or Display karta hain") #print("c:\rajeev") #print("c:\\rajeev")# This is Escape Sequences statements #print("Rajeev is \n a good boy \t 1") """ *Varibles, Datatype and Typecastiong|Python Tutorials For absolute For Biginners var1 ="Hello Rajeev How can i help you ?" #this is string value in python var4 = "Hi Rajeev Minj" var2 = 40 #this is int value in python var3 = 10.5 #this is float val...

Quotes for lovers in Hindi||English, love quotes in Hindi English,||प्यार भारा शायरी

 Hindi Love Quotes in Hindi English ❤️❤️👇😎 quotes of love  1."Pyaar mein koi age nahi hoti, pyaar mein sirf vishvas hota hai." (There is no age in love, there is only trust in love.)❣️❣️ 2."Pyaar karne wale har waqt saath nahi hote, magar pyaar unki yaad mehsoos hota hai." (Lovers are not always together, but love is felt in their memories.)💞💞 quotes of love 3."Pyaar ek aisa rishta hai, jo dil se hota hai, aur dil se hi nibhana chahiye." (Love is a relationship that comes from the heart and should also be maintained from the heart.)💗💗 4."Pyaar to sachcha pyaar hai, jab do dil ek dusre ko samjhte hai, aur ek dusre ke liye apni zindagi luta dete hai." (Love is true love when two hearts understand each other and sacrifice their lives for each other.)🥰🥰 5."Pyaar ka asar kitna bhi chhota na ho, woh toh hamesha zinda rehta hai." (The effect of love may be small, but it always remains alive.)🥰💗💞❣️Hindi Love Quotes for lovers  quotes...