Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
video
width
="320"
height
="240"
controls muted
>
<
source
src
="hibiscus.mp4"
type
="video/mp4"
>
<
/video
>
<
p
>
In Internet Explorer 8 video tag is not supported
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <video width="320" height="240" controls muted> <source src="hibiscus.mp4" type="video/mp4"> </video> <p>In Internet Explorer 8 video tag is not supported </p> </body> </html>
Result