Advertisements
Advertisements
Question
Write any two ways to add a video file in a web page using HTML? Explain with sample code.
Code Writing
Solution
-
Using <EMBED> tag <EMBED SRC = "WORDS.MP4"
-
Using <Video> tag < VIDEO controls> <source src="horse.mp4" > Horse.mp4 <//VIDEO>
shaalaa.com
Is there an error in this question or solution?