Html 5 Video Tag
HTML 5 supports <video> tag also. The HTML 5 Video Tag is used for streaming videos files on the web page. There are three video formats supported for video tag: i. mp4ii. webMiii. ogg Example: <video controls> <source src=”movie.mp4″ type=”video/mp4″> Your browser does not support the html video tag.</video> Attribute’s Of HTML Video Tag: It’s …