HTML CSS examples for HTML Tag:video
Use iframe to show youtube video
<html> <head> <style> .centered {<!--from w w w. j a v a2s .c o m--> display:block; margin:auto; } </style> </head> <body> <iframe width="640" height="480" class="centered" src="http://www.youtube.com/embed/J---aiyznGQ?rel=0" frameborder="0" allowfullscreen></iframe> </body> </html>