Código html (index.html):
<!DOCTYPE HTML> <HTML> <HEAD> <TITLE>Youtube 1</TITLE> </HEAD> <BODY> <!-- Aquí va el código html. Los scripts van después del html --> <center> <iframe width="560" height="315" src="https://www.youtube.com/embed/3xTGDg9REHI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </center> </BODY> </HTML>