Internet
Fact-checked

At EasyTechJunkie, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

In HTML, what is a Video Tag?

Dana Hinders
Dana Hinders
Dana Hinders
Dana Hinders

The interactive nature of the Web often requires that sites feature embedded video content. At one point, there was no standard way to accomplish this goal. Each Web master took a different approach to embedding video clips, so visitors were often expected to spend a fair amount of time installing various plug-ins if they wished to be able to see all of the applicable content on the site.

When Flash® video arrived on the scene, it quickly became the standard for video content online. The program was installed on nearly every computer, so visitors didn't need to waste time searching for a number of different plug-ins. Unfortunately, Adobe® Flash® uses large amounts of processor time and slows down your general computing speed in a significant way. Windows Media&reg, Quicktime®, and Real Media video formats can be used instead of Flash, but support for these formats is not as widespread.

Video tags provide the information necessary to embed video on a web page.
Video tags provide the information necessary to embed video on a web page.

Now, the trend in Web design is to use the video or <video> tag to embed video into a page. This tag is intended to eventually replace Flash® video by linking to video clips in the same way the image or <img> tag links to an image file. Since video clips must have the ability to skip, pause, and rewind content, however, this tag does require a bit more finesse to use properly. For example, many Web masters have taken to using the video tag in combination with Javascript to post-process the video and extract frames.

The video tag is new in HTML 5. If you're planning to make a Web site using this tag, keep in mind that you can write text between the start and end tags that will show older browsers they do not support this tag. Unfortunately, visitors who expect to see video on your site are likely to be very frustrated when they receive this message. People generally like to stick with the technology they are the most comfortable with, so they may resent being forced to upgrade browsers in order to properly view your Web site.

If you believe a significant number of your site visitors will be using older browsers, using Flash® to embed video onto your Web pages may be the best approach. When using the video tag to add video clips to your Web pages, you can set your code to automatically degrade to a Flash® fallback if the visitor's browser doesn't support the video tag. The downside of this approach is that you will need to upload MPEG4, Ogg, and FLV versions of every embedded video clip to your servers.

Dana Hinders
Dana Hinders

Dana holds a B.A. in journalism and mass communication from the University of Iowa. She has loved being part of the EasyTechJunkie team ever since discovering the joys of freelance writing after her son was born. Dana also hones her writing skills by contributing articles to various blogs, as well as creating sales copy and content for e-courses.

Learn more...
Dana Hinders
Dana Hinders

Dana holds a B.A. in journalism and mass communication from the University of Iowa. She has loved being part of the EasyTechJunkie team ever since discovering the joys of freelance writing after her son was born. Dana also hones her writing skills by contributing articles to various blogs, as well as creating sales copy and content for e-courses.

Learn more...

Discussion Comments

anon167675

This article very useful for video tag. It cleared my understanding. I was under the impression that in YouTube video files, some tag words appears that will be video tags, as for searching video. Like to see more articles in future!

anon66006

this is really helpful to a common person to create website and i'm just creating it in a running stage.

Post your comments
Login:
Forgot password?
Register:
    • Video tags provide the information necessary to embed video on a web page.
      By: Stephen VanHorn
      Video tags provide the information necessary to embed video on a web page.