blob: 8ada3f157848fc2d3e0b19db9a29f0cad411cdc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Iframe Example</title>
</head>
<body>
<h1>iframe example</h1>
<iframe src="https://www.youtube.com/embed/2CuOug8KDWI"
width="640" height="385">
<a href="https://www.youtube.com/embed/2CuOug8KDWI">YouTube Video</a>
</iframe>
</body>
</html>
|