11 lines
		
	
	
		
			205 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			205 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
<head></head>
 | 
						|
<body>
 | 
						|
<div>
 | 
						|
<iframe src="inner-iframe.html" style="display:block;height:30px;width:100%;" scrolling="no" frameborder="0"></iframe>
 | 
						|
</div>
 | 
						|
<div>After the iframe</div>
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
 |