In html coading with syntex is used for inserting video on webpage?
Answers
Answered by
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
Similar questions
Social Sciences,
6 months ago
Accountancy,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago
Science,
1 year ago
Science,
1 year ago
English,
1 year ago