HTML
iframe 태그 동영상, uri 넣기
브레드jung
2021. 4. 28. 13:27
<html>
<head>
<title>p</title>
</head>
<body>
<video controls loop muted poster="../HTML/c/4.j.jpg" preload="bbb">
<source src="a.mp4" type="video/mp4">
</video>
<iframe src="http://tcpschool.com"></iframe>
</body>
</html>
iframe 태그를 사용해서 HTML 동영상을 넣을수있다
또는
<iframe
width="100%"
height="100%"
src="https://www.youtube.com/embed/G0ey5zbQB-U"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen="allowfullscreen">
</iframe>
uri 동영상
반응형