IT Study/Web

[HTML] iframe

도뿌리 2018. 8. 6. 12:40

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
 
<!-- iframe : 웹페이지안의 웹페이지 -->
 
<h1>여기는 index5.html입니다.</h1>
 
<iframe src="http://zum.com" width="400" height="500"></iframe>
 
</body>
</html>
cs


iframe

HTML 화면 안에 영역을 두어 또다른 html화면이나 image파일등을 보여줄 수 있는 frame