일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 구글 안드로이드
- 안드로이드
- 스카이 안드로이드폰 시리우스
- 안드로이드 개발 2.0 강좌
- 안드로이드폰
- objective-c
- SKY 시리우스
- 구글 안드로이드 개발
- android
- 안드로이드개발
- 하루한마디영어
- 영어
- 스마트폰 배경화면
- Form Stuff
- 안드로이드2.0개발
- 안드로이드2.0
- 안드로이드 개발
- 스카이 안드로이드폰 시리우스 K양 동영상
- 아이폰 배경화면
- 아이폰 바탕화면
- 인기있는 블로그 만들기
- 하루 한마디 영어
- 안드로이드 바탕화면
- 안드로이드 개발 2.0
- sky 시리우스폰
- MapView
- 안드로이드 배경화면
- 구글안드로이드
- 안드로이드 개발 강좌
- 안드로이드 2.0 개발
- Today
- Total
moozi
jquerymobile02.html 본문
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>jQuery Mobile</title>
<!-- jQuery Mobile CDN ---------------------------------->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<!-- viewport 사용 --------------------------------->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div data-role="page" id="page1" data-theme="c">
<div data-role="header">
<h1>TIS정보기술교육센터</h1>
</div>
<div data-role="content">
<h1>교육센터소개</h1>
<a href="#" class="ui-btn">Anchor</a>
<button class="ui-btn">Button</button>
<form>
<label>
<input type="checkbox" name="checkbox-0 ">Check me
</label>
</form>
<div data-role="collapsible">
<h4>Heading</h4>
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
</div>
<div data-role="collapsible" data-theme="b" data-content-theme="b">
<h4>Heading</h4>
<p>I'm the collapsible content with a themed content block set to "b".</p>
</div>
<!-- 화면 2칸으로 분할 --------------------------->
<div class="ui-grid-a">
<div class="ui-block-a"><div class="ui-bar ui-bar-a" style="height:60px">Block A</div></div>
<div class="ui-block-b"><div class="ui-bar ui-bar-a" style="height:60px">Block B</div></div>
</div><!-- /grid-a -->
<div class="ui-grid-b">
<div class="ui-block-a">box1</div>
<div class="ui-block-b">box2</div>
<div class="ui-block-c">box3</div>
</div>
</div>
<div data-role="footer">
©TIS.Edu. All rights reserved.
</div>
</div>
</body>
</html>
'TIS_2017 > 응용sw_1기' 카테고리의 다른 글
movie.zip (0) | 2017.01.09 |
---|---|
db.txt (0) | 2017.01.06 |
html연습문제03 (0) | 2017.01.05 |
web.zip 0104 (0) | 2017.01.05 |
html연습문제02 (0) | 2017.01.04 |