Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy controls attribute
<
/title
>
<
/head
>
<
body
>
<
video
width
="300"
height
="300"
controls
>
<
source
src
="hibiscus.mp4"
type
="video/mp4"
>
<
/video
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy controls attribute</title> </head> <body> <video width="300" height="300" controls> <source src="hibiscus.mp4" type="video/mp4"> </video> </body> </html>
Result