Online HTML Editor
Javascript Online Compiler
index.html
Change Theme
Compress code
Uncompress code
Download Code
Clear Code
Copy Code!
RunĀ
Click to run or ctrl+s
Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>HTML - HTML Videos</title> </head> <body> <h1>Use <video> tag to embed videos in web pages</h1> <video src="assets/html/night-sky.mp4" height="225" width="400" controls> Your browser does not support video element. </video> </body> </html>
RunĀ