일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- bluestack
- 처비
- 세븐나이츠
- 윈도우 10
- 붕괴3
- WebtoB
- JEUS6.0
- 세나
- 다윈 스트리밍 서버
- VBA
- WiFi
- gson
- ubuntu
- 간접표현식
- Http Live Streaming Server
- 클래시 로얄
- JEUS
- 다윈스트리밍서버
- 모바일게임
- Clash Royale
- IT
- jQuery
- Sculpt Erogonomic Desktop
- 간접 표현식
- 하스스톤
- 초대장
- IT 인코딩 encoding
- HTML
- 윈도우10
- Windows 10
Archives
- Today
- Total
공책
frameset을 이용한 웹페이지 나누기 본문
<html>
<head>
<title>여러 페이지를 보여주는 frameset</title>
</head>
<!-- frameset에서는 body 태그가 존재하지 않는다. -->
<frameset rows="100,*,*" frameborder="0" framespacing="0">
<frame src="top.html" noresize>
<frameset cols="*,*">
<frame src="http://www.naver.com/">
<frame src="http://www.daum.net/">
</frameset>
<frame src="bottom.html" noresize>
</frameset>
</html>
'웹 개발 > HTML 기초' 카테고리의 다른 글
iframe을 이용한 웹페이지 구성 (0) | 2013.08.23 |
---|---|
table 안에 table 넣기 (0) | 2013.08.23 |
이미지 불러오기 (0) | 2013.08.20 |
목록만들기 (0) | 2013.08.20 |
<hr> 태그 사용법 (0) | 2013.08.20 |
Comments