HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <video style="width:100%;height:330px" controls autoplay> <source src="/hawk.mp4" type="video/mp4"> </video> <p><strong>Note : </strong> Try to remove <strong>controls</strong> attribute and click on Run button.</p> </body> </html>
OUTPUT
×

Save as Private