You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
469 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<meta charset="UTF-8">
<title>Example of Embedding a YouTube Video</title>
</head>
<body>
<iframe width="560" height="315" src="//www.youtube.com/embed/YE7VzlLtp-4" frameborder="0" allowfullscreen></iframe>
<p>Source: <a href="http://www.youtube.com/watch?v=YE7VzlLtp-4" target="_blank" rel="nofollow">http://www.youtube.com/watch?v=YE7VzlLtp-4</a></p>
</body>
</html>