<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iframe태그 유튜브 영상 불러오기</title>
<style>
.f1 {
margin: 40px;
padding: 40px;
}
</style>
</head>
<body>
<iframe class="f1" width="800" height="450" src="https://www.youtube.com/embed/7UTb7VKTCcw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>