<html>
<body>
<h3>textarea</h3>
<textarea rows="5" cols="70">
<html>
<body>
<h1>This is a header.<h1>
</body>
<html>
</textarea>
<br/><br/><br/>
<h3>iframe</h3>
<iframe src="homepage.html" width="420" height="200"></iframe>
</body>
</html>
<!--
- textarea : 박스안에 여러 줄의 텍스트를 적을 때 사용
<textarea rows="5" cols="70">
행의 수 열의 수
- iframe : 소스파일을 읽어서 박스안에 표시
<iframe src="homepage.html" width="420" height="200">
읽어들일 파일 가로크기 세로크기
-->
<body>
<h3>textarea</h3>
<textarea rows="5" cols="70">
<html>
<body>
<h1>This is a header.<h1>
</body>
<html>
</textarea>
<br/><br/><br/>
<h3>iframe</h3>
<iframe src="homepage.html" width="420" height="200"></iframe>
</body>
</html>
<!--
- textarea : 박스안에 여러 줄의 텍스트를 적을 때 사용
<textarea rows="5" cols="70">
행의 수 열의 수
- iframe : 소스파일을 읽어서 박스안에 표시
<iframe src="homepage.html" width="420" height="200">
읽어들일 파일 가로크기 세로크기
-->
댓글
댓글 쓰기