일반 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 div와 span의 차이점 (from Bing) 황제낙엽 2023.06.16 2
124 flexbox (flexible box layout) 황제낙엽 2023.02.27 0
123 characters from ISO 8859-1 황제낙엽 2020.11.10 28609
» HTML FRAMESET 태그 예제 황제낙엽 2020.11.06 13
121 스마트 기기에서 여러 단말기의 해상도에 대응하기 위해 사용하는 HTML viewport meta tag 황제낙엽 2020.11.06 41
120 네이버의 무료 나눔 글꼴 황제낙엽 2020.05.06 1110
119 서버의 이미지나 txt 파일을 웹브라우저에서 다운로드하기 황제낙엽 2019.05.13 82
118 When to encode space to plus (+) or %20? (application/x-www-form-urlencoded) 황제낙엽 2019.04.15 99
117 HTTP/2 소개 황제낙엽 2018.10.12 59
116 글자, 문자, 텍스트, 글꼴, 서체, 폰트와 관련한 속성들 / font-size , 크기 단위(em, px, pt, rem), 절대 단위, 상대 단위 황제낙엽 2018.04.18 147
115 Pragma와 Cache-Control 황제낙엽 2018.03.28 61
114 로드밸런싱(L4)+아파치를 운영시 etag제거로 캐시 성능 최적화 file 황제낙엽 2018.03.28 226
113 HTTP 요청 헤더 III - If-Match, If-Modified-Since, If-None-Match file 황제낙엽 2018.03.27 87
112 재미난 로그인 페이지 만들기 file 황제낙엽 2018.03.26 202
111 HTTP Cache-Control 요청 지시어 황제낙엽 2018.03.09 67
110 내 웹사이트의 속도를 빠르게! file 황제낙엽 2018.03.07 183
109 성능을 위한 초간단 HTTP 304 Not Modified 구현 방법 file 황제낙엽 2018.03.07 97
108 accept 와 Content-type의 차이는? 황제낙엽 2018.03.07 59
107 [MIME type/content type/media type] text/javascript와 application/javascript의 차이점 황제낙엽 2017.11.23 166
106 User Agent 에 관련된 링크 황제낙엽 2017.11.20 595