minor typos and grammatical amend (#18402)
This commit is contained in:
@ -22,11 +22,11 @@ The controls attribute includes video controls, similar to play, pause, and volu
|
||||
|
||||
This feature is supported by all modern/updated browsers. However, not all support the same video file format. My recommendation for a wide range of compatibilty is MP4, as it is the most widely accepted format. There are also two other formats (WebM and Ogg) that are supported in Chrome, Firefox, and Opera.
|
||||
|
||||
The <source> element enables you to indicate alternative video files which the browser may choose from. The browser will utilize the first recognize format.
|
||||
The <source> element enables you to indicate alternative video files which the browser may choose from. The browser will utilize the first recognized format.
|
||||
In HTML5, there are 3 supported video formats: MP4, WebM, and Ogg.
|
||||
|
||||
The text between the <video> and </video> tags will only be displayed in browsers that do not support the <video> element.
|
||||
Since this is html5, some browser do not support it. You can check it at https://caniuse.com/#search=audio.
|
||||
Since this is html5, some browsers do not support it. You can check the support at https://caniuse.com/#search=audio.
|
||||
|
||||
|
||||
There are several different elements of the video tag, many of these explanations are based on Mozilla's web docs (linked below). There are even more if you click the link at the bottom.
|
||||
|
Reference in New Issue
Block a user