"HTML frameset, frame 태그"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
31번째 줄: 31번째 줄:
* 2025년 기준 [[Google Chrome]]에서도 아직 작동은 함 [https://www.tagindex.net/html/frame/frame_example.html]
* 2025년 기준 [[Google Chrome]]에서도 아직 작동은 함 [https://www.tagindex.net/html/frame/frame_example.html]
* [http://valhalla.byus.net/ 니벨룽의 반지]
* [http://valhalla.byus.net/ 니벨룽의 반지]
* [https://web.archive.org/web/20080410023145/http://www.kfc2.wo.to/ 초신성 플래시맨 한국 팬 페이지]  
* [https://www.goldenhillsmustangclub.com/ https://www.goldenhillsmustangclub.com/]
 
* [https://websitesfromhell.net/ Websites From Hell] - 모음 사이트
=== 아카이브 ===
* [https://web.archive.org/web/20080410023145/http://www.kfc2.wo.to/ 초신성 플래시맨 한국 팬 페이지]


==같이 보기==
==같이 보기==

2025년 3월 17일 (월) 10:40 기준 최신판

  다른 뜻에 대해서는 프레임 문서를 참조하십시오.

1 개요[ | ]

HTML frameset, frame tag
HTML frameset, frame 태그
HTML 프레임 영역 나누기

모바일 같이 좁은 화면과 상극이고, 또한 CSS나 Ajax 등으로 대체 가능하여 HTML5 미지원.

2 예시 1[ | ]

<frameset rows="25%,*,25%">
  <frame src="frame1.htm">
  <frame src="frame2.htm">
  <frame src="frame3.htm">
</frameset>
→ 세로(rows)로 3등분
→ 위쪽 25%는 frame1.htm, 아래쪽 25%는 frame3.htm,
→ 나머지 가운데 영역(50%)은 frame2.htm이 각각 출력됨

3 예시 2[ | ]

<frameset cols="200,*">
  <frame name="menu" src="menu.php">
  <frame name="main" src="home.php">
</frameset>

4 아직 사용하는 사이트[ | ]

4.1 아카이브[ | ]

5 같이 보기[ | ]

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}