Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Audio and Video Tag in Web Pages using HTML5
WhatsApp
Sanjay Singh
5y
5.2
k
0
0
25
Blog
Audio and Video Tag in Web Pages using HTML5
In HTML5, some new tags have been introduced such as audio and video.
For Video
<
html
>
<
head
>
</
head
>
<
body
>
<
video
controls
=
"controls"
width
=
"200"
>
<
source
src
=
"filename.mp4"
/>
</
video
>
</
body
>
</
html
>
Output
For audio with control:
<
html
>
<
head
>
</
head
>
<
body
>
<
audio
controls
=
"controls"
>
<
source
src
=
"filename.mp3"
/>
</
audio
>
</
body
>
</
html
>
Output
For audio auto play:
<
html
>
<
head
>
</
head
>
<
body
>
<
audio
autoplay
>
<
source
src
=
"filename.mp3"
/>
</
audio
>
</
body
>
</
html
>
Audio and Video Tag in Web Pages using HTML5
Up Next
HTML5 Open Source Video Player
Ebook Download
View all
Frontend Developer Interview Questions and Answers
Read by 938 people
Download Now!
Learn
View all
Membership not found