<!DOCTYPE html> <html> <body> <style> embed:focus { outline: none; } </style> <embed type="video/webm" src="https://www.w3schools.com/tags/movie.mp4" width="400" height="300"> </body> </html>