Which tag we use in HTML for uploading Video file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diyasaini
    Junior Member
    • Feb 2014
    • 14

    Which tag we use in HTML for uploading Video file?

    Hi Friends

    Which tag we use in HTML for uploading Video file?
    Last edited by megri; 02-28-2014, 07:45 PM.
  • Garima Sharma
    Senior Member
    • Feb 2014
    • 171

    #2
    The latest version of HTML (i.e. HTML5) makes it extremely easy to add video to a web page. HTML5 allows you to use a <video> tag, which, believe it or not, embeds video right into your web page!

    Comment

    • vijaymanhas
      Junior Member
      • May 2014
      • 12

      #3
      <video>..........</video> is used for uploading video on a web page

      Comment

      • ArielleJoseph22
        Junior Member
        • Jun 2014
        • 16

        #4
        if you have a video file then you need an image to represent your thumbnail. To create a link that will allow someone to download the video is as simple as.

        <a href="url of your video file">
        <img src="url of the thumbnail image"/>
        </a>

        Comment

        • stevex
          Member
          • Apr 2014
          • 74

          #5
          It is very easy
          <video width="400" height="210" controls>
          <source src="movie.mp4" type="video/mp4">
          <source src="movie.webm" type="video/webm">
          </video>

          Comment

          Working...
          😀
          😂
          🥰
          😘
          🤢
          😎
          😞
          😡
          👍
          👎