My Blog

My WordPress Blog

My Blog

My WordPress Blog

7. HTML Media

Embed Multimedia

In the previous two chapters, we have used the <audio> and <video> elements to add music and videos into our web page. There are other alternative ways to add videos, sounds, images, or any other external content to the website by using HTML tags <embed>and<object>. These tags cause the browser itself to include controls for the multimedia automatically: Syntax Here […]

HTML Audio

The HTML <audio> element embeds an audio file to the webpage. You can add an audio player inside a webpage using the <audio> element. HTML <audio> Element The <audio> element is used to enable the support of audio files within a web page. We can include multiple sources of audio; however, the browser will choose the most appropriate file automatically. Most of the […]

HTML Video

The HTML <video> element embeds and shows a video on the webpage. You can embed any type of video content on the webpage by using the <video> element. HTML <video> Element The <video> element is used to enable video playback support within a web page. It works very similarly to the <img> element, as it also requires adding the path or URL of the video […]

Scroll to top