210528 UIUX WebDesign HTML 연습_23

ITisIT210·2021년 5월 30일
0

HTML

목록 보기
35/38
post-thumbnail
<!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>
profile
Engineering is the closest thing to magic that exists in the world.

0개의 댓글

관련 채용 정보