Computer Science, asked by shakyaanu, 1 year ago

In html coading with syntex is used for inserting video on webpage?​

Answers

Answered by rakeshchennupati143
1

Syntax:

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

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

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

     Browser is not supporting the video tag.

</video>

Explanation:

  • In HTML<video></video> tag is used to display the video on the web page
  • There are mostly 9 attributes for <video> tag

Attributes:

  • autoplay
  • controls
  • height
  • loop
  • muted
  • poster
  • preload
  • src
  • width

these attribute gives the video tag what it needs

----Hope you got what you wanted mark brainliest if you liked my answer  :)


shakyaanu: thnx yrr
rakeshchennupati143: mar brainliest if you liked my answer
shakyaanu: brainlieat...^_^
rakeshchennupati143: reported your comment @zahidashaikh178
Anonymous: get lost
rakeshchennupati143: mark as brainliest, at the end of my answer there will be a brainliest tag, click it to give me brainliest
Similar questions