Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<frameset>

이 글은 편집 검토가 필요합니다. 도울을 줄 수 있는 방법을 살펴보세요.

Deprecated
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.

요약

<frameset>은 HTML element로써 <frame> element을 포함하고 사용된다.

Note: frame의 사용이 지금 <iframe>의 사용에 따라줄어드는 추세이기 때문에 , 이 element는 최근 웹사이트에서 잘 쓰이지 않는다.

속성(=Attributes)

다른 모든 HTML elments와 마찬가지로, <frameset> element는 전역속성(global attributes)이 적용된다.

cols
이 속성은 프레임셋안의 가로공간의 갯수와 크기를 정합니다.
rows
이 속성은 프레임셋안의 세로공간의 갯수와 크기를 정합니다.

예시

<frameset cols="50%,50%">
  <frame src="https://developer.mozilla.org/en/HTML/Element/frameset" />
  <frame src="https://developer.mozilla.org/en/HTML/Element/frame" />
</frameset>

참조

문서 태그 및 공헌자

 이 페이지의 공헌자: voidblue
 최종 변경: voidblue,