일반 HTML FRAMESET 태그 예제

황제낙엽 2020.11.06 11:10 조회 수 : 13

sitelink1  
sitelink2  
sitelink3  
sitelink4  
extra_vars5  
extra_vars6  

<html>

<head>

<title>idex</title> </head>

<frameset cols="30%,*">                ---------> 좌우 분할은 cols =" 숫자, *" 로 해서 30:70으로 해보았습니다. 

<frame src="./htmltag_2.html" name="left">

<frame src="./htmltag_3.html" name="right">

</frameset>

 

 

<html>

<head>

<title>idex</title> </head>

<frameset rows="50%,*">   -------> 프레임 분할 비율입니다. 반반씩 하기 위해서 50,*로 설정

<frame src="./htmltag_2.html" name="left">     ------> 세로 분할의 위쪽 먼저 frame src=" 웹문서 주소" name= 이름지정을 합니다.                                              

                                                                     이름은 본인이 식별할 수 있는 것으로 ~~ 정합니다. left했음.

<frame src="./htmltag_3.html" name="right"> -----> 세로 분할의 아래쪽  frame src=" 웹문서 주소" name= 이름지정을 합니다.                                              

                                                                     이름은 본인이 식별할 수 있는 것으로 ~~ 정합니다. right했음.

</frameset>

</html>

 

 

<html>

<head>

<title>idex</title> </head>

<frameset cols="50%,*">

<frameset rows="50%,*"> ---------->    50%에 해당하는 부분에 다시 분할됩니다. 

<frame src="./htmltag_2.html" name="left">

<frame src="./htmltag_3.html" name="right">

</frameset>

<frame src="./htmltag_4.html" name="right2">

</frameset>

</html>

 

 

 

번호 제목 글쓴이 날짜 조회 수
125 characters from ISO 8859-1 황제낙엽 2020.11.10 28619
124 [ActiveX] CAB파일 수동 설치(레지스트리 등록) 방법 황제낙엽 2017.03.16 3162
123 네이버의 무료 나눔 글꼴 황제낙엽 2020.05.06 1110
122 <img> image 엘리먼트에서 이미지를 base64로 인코딩해서 사용하기 file 황제낙엽 2017.04.01 977
121 Document documentMode Property file 황제낙엽 2011.10.04 906
120 encoding, charset, code page, UTF-8, UNICODE ... file 황제낙엽 2013.08.07 731
119 pt, px, em, % 비교표 file 황제낙엽 2011.05.24 731
118 [MSDN] Document Object Model Prototypes (IE8) 황제낙엽 2011.03.24 716
117 User Agent 에 관련된 링크 황제낙엽 2017.11.20 595
116 Canvas 곡선 그리기 file 황제낙엽 2016.08.22 424
115 document.domain (from mozilla.org) 황제낙엽 2013.03.13 407
114 ASCII Table and Description file 황제낙엽 2011.08.10 357
113 DIV태그로 테이블 만들기 황제낙엽 2005.12.24 300
112 Object의 주요 속성 황제낙엽 2011.02.14 278
111 모바일 브라우저에서 iframe 의 스크롤 문제 황제낙엽 2012.01.12 267
110 Canvas 도형의 클릭 이벤트 처리 황제낙엽 2016.08.22 263
109 Style cssText Property 황제낙엽 2012.09.13 257
108 스타일-보더 테스트 관련 레퍼런스 황제낙엽 2013.01.04 248
107 HTML5 강좌 2강 - HTML5 시맨틱웹을 위한 구성요소 file 황제낙엽 2016.12.03 246
106 로드밸런싱(L4)+아파치를 운영시 etag제거로 캐시 성능 최적화 file 황제낙엽 2018.03.28 226