iframe 태그


기본



youtube 링크


페이지 링크

노래


"> iframe 태그

iframe 태그


기본



youtube 링크


페이지 링크

노래


"> iframe 태그

iframe 태그


기본



youtube 링크


페이지 링크

노래


">
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>iframe 태그</title>
</head>
<body>
<!--
	# iframe 태그
	- 웹페이지 안에 다른 웹페이지를 표시할 때 사용.
-->	
	<h2>iframe 태그</h2>
	<br>
	<h2>기본</h2>
	<p align="center"><br>
		<iframe src="<http://129.213.116.35:8080/>" width="500vw" height="400vh"></iframe>
	<br>
	</p>
	
	<h3>youtube 링크</h3>
	<p align="center"><br>
		<iframe src="<https://www.youtube.com/embed/EXDoyb08Ics?si=_4ubS0Sl-wRzhsEV?autoplay=1&mute=1>" width="500px" height="500px" ></iframe>
	</p>
	<h3>페이지 링크</h3>
	<a href="" target="sing">노래</a>
	<br>
	<p align="center"><br>
		<iframe name="sing" width="500px" height="400px"></iframe>
	</p>
</body>
</html>