일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 간접 표현식
- HTML
- Windows 10
- Clash Royale
- VBA
- jQuery
- Sculpt Erogonomic Desktop
- 다윈스트리밍서버
- JEUS6.0
- ubuntu
- Http Live Streaming Server
- 간접표현식
- gson
- 세븐나이츠
- IT
- 윈도우 10
- 처비
- WebtoB
- bluestack
- 붕괴3
- 클래시 로얄
- WiFi
- 다윈 스트리밍 서버
- JEUS
- 하스스톤
- 모바일게임
- 세나
- 초대장
- 윈도우10
- IT 인코딩 encoding
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