Top Ad unit 728 × 90

Libreoffice

Libreoffice Writer

HTML Audio and Video Tags in Hindi and English

 

HTML Audio and Video Tags





Audio Tag


The <Audio> tag is used to embed audio content in a document, such as music or other audio streams.


<Audio > टैग का उपयोग किसी दस्तावेज़ में Audio सामग्री को embed  करने के लिए किया जाता है, जैसे म्यूजिक या अन्य ऑडियो स्ट्रीम।


<html>

<body>

 

<h1>The audio element</h1>

 

<p>Click on the play button to play a sound :</p>

 

<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>

 

</body>

</html>


Video Tag


The <video> tag is used to embed video content in a document, such as a movie clip or other video streams.


<Video > टैग का उपयोग किसी दस्तावेज़ में वीडियो सामग्री को embed  करने के लिए किया जाता है, जैसे मूवी क्लिप या अन्य वीडियो स्ट्रीम।


<html>

<body>

 

<h1>The video element</h1>

 

<video width="320" height="240" controls>

  <source src="movie.mp4" type="video/mp4">

  <source src="movie.ogg" type="video/ogg">

  Your browser does not support the video tag.

</video>

 

</body>

</html>

HTML Audio and Video Tags in Hindi and English Reviewed by ADcomputercampus on July 18, 2022 Rating: 5

No comments:

Contact Form

Name

Email *

Message *

Powered by Blogger.