Input
Output
<!DOCTYPE html> <html> <head> <title>Embedded Video</title> </head> <body> <h3>Watch This Video</h3> <iframe width="560" height="315" src="https://www.youtube.com/embed/2CquRQiDzx8?si=MnvkENp-AjaiSQ6w" frameborder="0" allowfullscreen></iframe> </body> </html>