33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/10/images/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/1.jpg
--------------------------------------------------------------------------------
/10/images/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/2.jpg
--------------------------------------------------------------------------------
/10/images/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/3.jpg
--------------------------------------------------------------------------------
/10/images/ch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/ch.png
--------------------------------------------------------------------------------
/10/images/excel_icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/excel_icon.gif
--------------------------------------------------------------------------------
/10/images/hwp_icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/hwp_icon.gif
--------------------------------------------------------------------------------
/10/images/jp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/jp.png
--------------------------------------------------------------------------------
/10/images/newwindow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/newwindow.png
--------------------------------------------------------------------------------
/10/images/us.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/10/images/us.png
--------------------------------------------------------------------------------
/10/ps-4.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/10/quiz-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/10/sibling.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/10/sol-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/11/ani-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
30 |
31 |
--------------------------------------------------------------------------------
/11/css/animate.css:
--------------------------------------------------------------------------------
1 | .box {
2 | width: 60px;
3 | height: 60px;
4 | margin: 60px;
5 | animation: rotate 1.5s infinite, background 1.5s infinite alternate;
6 | }
7 |
8 | @keyframes rotate {
9 | from { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
10 | 50% { transform: perspective(120px) rotateX(-180deg) rotateY(0deg); }
11 | to { transform: perspective(120px) rotateX(-180deg) rotateY(-180deg); }
12 | }
13 |
14 | @keyframes background {
15 | from { background: red; }
16 | 50% { background-color: green }
17 | to { background-color: blue; }
18 | }
--------------------------------------------------------------------------------
/11/css/product.css:
--------------------------------------------------------------------------------
1 | #container {
2 | width:1000px;
3 | margin:20px auto;
4 | }
5 | h1 {
6 | text-align:center;
7 | }
8 | .prod-list {
9 | list-style:none;
10 | padding:0;
11 | }
12 | .prod-list li {
13 | float: left;
14 | padding: 0;
15 | margin: 10px;
16 | overflow: hidden;
17 | }
18 | .prod-list img {
19 | margin:0;
20 | padding:0;
21 | float:left;
22 | z-index:5;
23 | }
--------------------------------------------------------------------------------
/11/images/bear.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/11/images/bear.jpg
--------------------------------------------------------------------------------
/11/images/prod1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/11/images/prod1.jpg
--------------------------------------------------------------------------------
/11/images/prod2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/11/images/prod2.jpg
--------------------------------------------------------------------------------
/11/images/prod3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/11/images/prod3.jpg
--------------------------------------------------------------------------------
/11/images/sunset.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/11/images/sunset.jpg
--------------------------------------------------------------------------------
/11/images/tree.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/11/images/tree.jpg
--------------------------------------------------------------------------------
/11/quiz-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/11/rotate.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
28 |
29 |

30 |
31 |
32 |

33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/11/skew-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Transform
6 |
22 |
23 |
24 |
25 |
CSS 변형 함수 익히기
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/11/sol-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 2
7 |
26 |
27 |
28 |
29 |

30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/11/tr-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Transition
6 |
21 |
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/11/tr-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Transition
6 |
22 |
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/11/tr-samples.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Transition
6 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/11/transform.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
Transform
6 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/12/center.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
세로로 중앙에 배치하기
7 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/12/css/gallery-result.css:
--------------------------------------------------------------------------------
1 | * {
2 | box-sizing: border-box;
3 | }
4 | body {
5 | background-color:#eee;
6 | font-size:16px;
7 | }
8 | #wrapper{
9 | display:grid;
10 | grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));
11 | grid-gap:1rem;
12 | }
13 | .card {
14 | background-color:#fff;
15 | box-shadow:0px 1px 5px #222;
16 | }
17 | .card > header {
18 | font-size:1.5rem;
19 | padding:0.5rem;
20 | }
21 | .card > p {
22 | padding:0.5rem;
23 | line-height:1.6em;
24 | }
25 | .card > img {
26 | max-width:100%;
27 | }
28 |
--------------------------------------------------------------------------------
/12/css/gallery.css:
--------------------------------------------------------------------------------
1 | * {
2 | box-sizing: border-box;
3 | }
4 | body {
5 | background-color:#eee;
6 | font-size:16px;
7 | }
8 | .card {
9 | background-color:#fff;
10 | box-shadow:0px 1px 5px #222;
11 | }
12 | .card > header {
13 | font-size:1.5rem;
14 | padding:0.5rem;
15 | }
16 | .card > p {
17 | padding:0.5rem;
18 | line-height:1.6em;
19 | }
20 | img {
21 | max-width:100%;
22 | }
--------------------------------------------------------------------------------
/12/images/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/1.jpg
--------------------------------------------------------------------------------
/12/images/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/2.jpg
--------------------------------------------------------------------------------
/12/images/bg0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/bg0.jpg
--------------------------------------------------------------------------------
/12/images/bg1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/bg1.jpg
--------------------------------------------------------------------------------
/12/images/bg2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/bg2.jpg
--------------------------------------------------------------------------------
/12/images/bg3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/bg3.jpg
--------------------------------------------------------------------------------
/12/images/bg5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/bg5.jpg
--------------------------------------------------------------------------------
/12/images/cup-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/cup-1.jpg
--------------------------------------------------------------------------------
/12/images/cup-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/cup-2.jpg
--------------------------------------------------------------------------------
/12/images/cup-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/cup-3.jpg
--------------------------------------------------------------------------------
/12/images/cup-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/cup-4.jpg
--------------------------------------------------------------------------------
/12/images/cup-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/cup-5.jpg
--------------------------------------------------------------------------------
/12/images/cup-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/cup-6.jpg
--------------------------------------------------------------------------------
/12/images/cup-7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/cup-7.jpg
--------------------------------------------------------------------------------
/12/images/cup-8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/12/images/cup-8.jpg
--------------------------------------------------------------------------------
/12/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
INSPIRATIONAL QUOTES
7 |
8 |
9 |
10 |
11 |
12 |

13 |
14 |
일 분 전만큼 먼 시간은 없다.
15 | - Jim Bishop
16 |
17 |
18 |
19 |

20 |
21 |
낡은 옷은 그냥 입고 새 책을 사라.
22 | - Austin Phelps
23 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/12/vw.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
viewport units
7 |
13 |
14 |
15 |
안녕하세요?
16 |
17 |
--------------------------------------------------------------------------------
/13/alert.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
alert문
7 |
8 |
9 |
12 |
13 |
--------------------------------------------------------------------------------
/13/confirm.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
confirm
7 |
8 |
9 |
12 |
13 |
--------------------------------------------------------------------------------
/13/console-log.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Welcome
7 |
8 |
9 |
어서오세요
10 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/13/document-write.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
document.write
7 |
8 |
9 |
12 |
13 |
--------------------------------------------------------------------------------
/13/greeting.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Welcome
7 |
8 |
9 |
어서오세요
10 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/13/js-time-result.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
What time is it?
7 |
13 |
14 |
15 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/13/js-time.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
What time is it?
7 |
13 |
14 |
15 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/13/js/change-color.js:
--------------------------------------------------------------------------------
1 | var heading = document.querySelector('#heading');
2 | heading.onclick = function() {
3 | heading.style.color = "red";
4 | }
5 |
--------------------------------------------------------------------------------
/13/js/myscript.js:
--------------------------------------------------------------------------------
1 | var heading = document.querySelector('#heading');
2 | heading.onclick = function () {
3 | heading.style.color = "red";
4 | }
--------------------------------------------------------------------------------
/13/prompt-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
prompt
7 |
8 |
9 |
12 |
13 |
--------------------------------------------------------------------------------
/13/prompt-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
prompt
7 |
8 |
9 |
12 |
13 |
--------------------------------------------------------------------------------
/13/script-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
글자색 바꾸기
7 |
15 |
16 |
17 |
자바스크립트
18 |
위 텍스트를 클릭해 보세요
19 |
20 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/13/script-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
글자색 바꾸기
7 |
15 |
16 |
17 |
자바스크립트
18 |
위 텍스트를 클릭해 보세요
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/14/age-result.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
나이 계산하기
7 |
8 |
9 |
19 |
20 |
--------------------------------------------------------------------------------
/14/age.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
나이 계산하기
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/14/and.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
조건문
7 |
8 |
9 |
18 |
19 |
--------------------------------------------------------------------------------
/14/css/gugudan-table.css:
--------------------------------------------------------------------------------
1 | table {
2 | margin:20px;
3 | float:left;
4 | }
5 | table, th {
6 | border:1px solid #ccc;
7 | border-collapse:collapse;
8 | }
9 | th,td { padding:10px 15px;}
10 | th { background:#eee;}
11 | td { border:1px dotted #222;}
--------------------------------------------------------------------------------
/14/css/gugudan.css:
--------------------------------------------------------------------------------
1 | div {
2 | display:inline-block;
3 | padding:0 20px 30px 20px;
4 | margin:15px;
5 | border:1px solid #ccc;
6 | line-height:2;
7 | }
8 | div h3 {
9 | text-align:center;
10 | font-weight:bold;
11 | }
--------------------------------------------------------------------------------
/14/css/switch.css:
--------------------------------------------------------------------------------
1 | body {
2 | background-color:#0c3268;
3 | color:rgb(243, 243, 243);
4 | }
5 |
6 | p {
7 | margin-top:80px;
8 | font-size:2em;
9 | font-weight:700;
10 | text-align: center;
11 | text-shadow:1px 2px 1px #000;
12 | }
13 |
14 | p strong {
15 | font-size:2.2em;
16 | color:yellow;
17 | }
--------------------------------------------------------------------------------
/14/even.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
짝수 더하기
7 |
13 |
14 |
15 |
짝수끼리 더하기
16 |
29 |
30 |
--------------------------------------------------------------------------------
/14/factorial.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
팩토리얼 계산하기
7 |
13 |
14 |
15 |
while문을 사용한 팩토리얼 계산
16 |
17 |
36 |
37 |
--------------------------------------------------------------------------------
/14/gugudan-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
구구단 - for문
7 |
8 |
9 |
구구단
10 |
20 |
21 |
--------------------------------------------------------------------------------
/14/gugudan-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
구구단 - for문
7 |
8 |
9 |
10 |
구구단
11 |
23 |
24 |
--------------------------------------------------------------------------------
/14/gugudan-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
구구단 - for문
7 |
8 |
9 |
10 |
구구단
11 |
25 |
26 |
--------------------------------------------------------------------------------
/14/gugudan-table.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
구구단 - for문
7 |
8 |
9 |
구구단
10 |
22 |
23 |
--------------------------------------------------------------------------------
/14/if-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
조건문
7 |
8 |
9 |
17 |
18 |
--------------------------------------------------------------------------------
/14/if-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
조건문
7 |
8 |
9 |
21 |
22 |
--------------------------------------------------------------------------------
/14/if-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
조건문
7 |
8 |
9 |
17 |
18 |
--------------------------------------------------------------------------------
/14/not.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
조건문
7 |
8 |
9 |
23 |
24 |
--------------------------------------------------------------------------------
/14/or.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
조건문
7 |
8 |
9 |
18 |
19 |
--------------------------------------------------------------------------------
/14/quiz-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 1
7 |
8 |
9 |
4의 배수일까 아닐까
10 |
11 |
14 |
15 |
--------------------------------------------------------------------------------
/14/quiz-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 2
7 |
13 |
14 |
15 |
3의 배수 찾기
16 |
17 |
--------------------------------------------------------------------------------
/14/repeat-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
1에서 5까지 더하기
7 |
14 |
15 |
16 |
26 |
27 |
--------------------------------------------------------------------------------
/14/repeat-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
1에서 5까지 더하기
7 |
14 |
15 |
16 |
25 |
26 |
--------------------------------------------------------------------------------
/14/repeat-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
1에서 1000까지 더하기
7 |
14 |
15 |
16 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/14/seat-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
자리 배치도
7 |
8 |
9 |
자리 배치도
10 |
21 |
22 |
--------------------------------------------------------------------------------
/14/seat.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
자리 배치도
7 |
8 |
9 |
자리 배치도
10 |
11 |
12 |
--------------------------------------------------------------------------------
/14/sol-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 1
7 |
13 |
14 |
15 |
4의 배수일까 아닐까
16 |
17 |
27 |
28 |
--------------------------------------------------------------------------------
/14/sol-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 2
7 |
17 |
18 |
19 |
3의 배수 찾기
20 |
21 |
36 |
37 |
--------------------------------------------------------------------------------
/14/switch.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
세션 선택 - switch문
7 |
8 |
9 |
10 |
23 |
24 |
--------------------------------------------------------------------------------
/15/addNumber-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
함수
7 |
13 |
14 |
15 |
23 |
24 |
--------------------------------------------------------------------------------
/15/addNumber-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
함수
7 |
13 |
14 |
15 |
22 |
23 |
--------------------------------------------------------------------------------
/15/addNumber-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
함수
7 |
13 |
14 |
15 |
21 |
22 |
--------------------------------------------------------------------------------
/15/addNumber-4.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
즉시 실행 함수
7 |
13 |
14 |
15 |
21 |
22 |
--------------------------------------------------------------------------------
/15/arrow-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Arrow Fuctions
7 |
8 |
9 |
20 |
21 |
--------------------------------------------------------------------------------
/15/arrow-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Arrow Fuctions
7 |
8 |
9 |
20 |
21 |
--------------------------------------------------------------------------------
/15/arrow-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Arrow Fuctions
7 |
8 |
9 |
20 |
21 |
--------------------------------------------------------------------------------
/15/calcSum-result.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
1부터 n까지 더하기
7 |
8 |
9 |
27 |
28 |
--------------------------------------------------------------------------------
/15/calcSum.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
1부터 n까지 더하기
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/15/const-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Function - Variable
7 |
8 |
9 |
15 |
16 |
--------------------------------------------------------------------------------
/15/const-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Function - Variable
7 |
8 |
9 |
15 |
16 |
--------------------------------------------------------------------------------
/15/css/event.css:
--------------------------------------------------------------------------------
1 | #item {
2 | position:relative;
3 | width:500px;
4 | height:auto;
5 | padding:15px 20px;
6 | margin:auto;
7 | }
8 | button {
9 | background-color:rgba(255,255,255,0.7);;
10 | padding:5px;
11 | border:1px solid #ccc;
12 | font-size:0.8em;
13 | }
14 | .over {
15 | position:absolute;
16 | left:30px;
17 | bottom:30px;
18 | }
19 | .detail {
20 | width:400px;
21 | text-align:left;
22 | line-height:1.8;
23 | display:none;
24 | }
--------------------------------------------------------------------------------
/15/css/function.css:
--------------------------------------------------------------------------------
1 | a:link, a:visited {
2 | color:black;
3 | text-decoration: none;
4 | }
5 | ul {
6 | list-style: none;
7 | width:500px;
8 | margin:10px auto;
9 | padding:0;
10 | }
11 | li {
12 | display:inline-block;
13 | width:120px;
14 | border:1px solid #ccc;
15 | padding:10px 15px;
16 | font-size:16px;
17 | text-align:center;
18 | }
19 | #result {
20 | width:500px;
21 | height:300px;
22 | margin:30px auto;
23 | border:2px solid #ccc;
24 | border-radius:15px;
25 | }
26 | p {
27 | width:80%;
28 | padding:10px;
29 | line-height: 2em;
30 | }
--------------------------------------------------------------------------------
/15/event-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
자바스크립트 이벤트
7 |
8 |
9 |
10 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/15/event-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
자바스크립트 이벤트
7 |
8 |
9 |
10 |
15 |
16 |
17 |
23 |
24 |
--------------------------------------------------------------------------------
/15/event.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
자바스크립트 이벤트
7 |
8 |
9 |
10 |
11 |

12 |
13 |
14 |
등심붓꽃
15 |
북아메리카 원산으로 각지에서 관상초로 흔히 심고 있는 귀화식물이다. 길가나 잔디밭에서 흔히 볼 수 있다. 아주 작은 씨앗을 무수히 많이 가지고 있는데 바람을 이용해 씨앗들을 날려보내거나, 뿌리줄기를 통해 동일한 개체들을 많이 만들어 냄으로써 번식한다.
16 |
17 |
18 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/15/function.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
함수
7 |
18 |
19 |
20 |
26 |
27 |
--------------------------------------------------------------------------------
/15/images/flower.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/15/images/flower.jpg
--------------------------------------------------------------------------------
/15/images/flower1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/15/images/flower1.jpg
--------------------------------------------------------------------------------
/15/let-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Function - Variable
7 |
8 |
9 |
19 |
20 |
--------------------------------------------------------------------------------
/15/let-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Function - Variable
7 |
8 |
9 |
19 |
20 |
--------------------------------------------------------------------------------
/15/let-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Function - Variable
7 |
8 |
9 |
20 |
21 |
--------------------------------------------------------------------------------
/15/let-4.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Function - Variable
7 |
8 |
9 |
20 |
21 |
--------------------------------------------------------------------------------
/15/let-5.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Function - Variable
7 |
8 |
9 |
19 |
20 |
--------------------------------------------------------------------------------
/15/no-function.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
함수
7 |
13 |
14 |
15 |
21 |
22 |
--------------------------------------------------------------------------------
/15/quiz-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 1
7 |
8 |
9 |
12 |
13 |
--------------------------------------------------------------------------------
/15/quiz-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 2
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/15/scope.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
변수 적용 범위(scope)
7 |
8 |
9 |
23 |
24 |
--------------------------------------------------------------------------------
/15/sol-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 1
7 |
8 |
9 |
20 |
21 |
--------------------------------------------------------------------------------
/15/sol-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 2
7 |
8 |
9 |
27 |
28 |
--------------------------------------------------------------------------------
/15/using-function.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
함수
7 |
8 |
9 |
18 |
19 |
--------------------------------------------------------------------------------
/15/var-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
var 예약어로 지역 변수 선언하기
7 |
8 |
9 |
16 |
17 |
--------------------------------------------------------------------------------
/15/var-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
var 예약어를 사용한 지역 변수와 전역 변수
7 |
8 |
9 |
17 |
18 |
--------------------------------------------------------------------------------
/15/var-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
변수 호이스팅
7 |
8 |
9 |
19 |
20 |
--------------------------------------------------------------------------------
/15/var-4.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
var 예약어를 사용한 지역 변수와 전역 변수
7 |
8 |
9 |
20 |
21 |
--------------------------------------------------------------------------------
/16/array-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Array
7 |
13 |
14 |
15 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/16/array-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Array
7 |
12 |
13 |
14 |
배열의 각 요소
15 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/16/array-5.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Array 객체의 메서드
7 |
8 |
9 |
slice 메서드 사용하기
10 |
19 |
20 |
--------------------------------------------------------------------------------
/16/center-result.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Window 객체
7 |
8 |
9 |
문서를 열면 팝업 창이 표시됩니다
10 |
19 |
20 |
--------------------------------------------------------------------------------
/16/center.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Window 객체
7 |
8 |
9 |
문서를 열면 팝업 창이 표시됩니다
10 |
13 |
14 |
--------------------------------------------------------------------------------
/16/close.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Window 객체
7 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
35 |
36 |
--------------------------------------------------------------------------------
/16/day.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
독서 챌린지
7 |
26 |
27 |
28 |
29 |
책 읽기
30 |
일 연속으로
책 읽기를 달성했군요.
31 |
축하합니다!
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/16/doit-event-result.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
이벤트 공지
7 |
16 |
17 |
18 |
19 |
이벤트 공지
20 |

21 |
자세히 보기
22 |
23 |
24 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/16/doit-event.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
이벤트 공지
7 |
16 |
17 |
18 |
19 |
이벤트 공지
20 |

21 |
자세히 보기
22 |
23 |
24 |
--------------------------------------------------------------------------------
/16/doit-main.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Do it!
7 |
14 |
15 |
16 |
17 |

18 |
19 |
20 |
--------------------------------------------------------------------------------
/16/event-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
당첨자 발표
6 |
13 |
14 |
15 |
당첨자 발표
16 |
27 |
28 |
--------------------------------------------------------------------------------
/16/event-result.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
당첨자 발표
6 |
13 |
14 |
15 |
당첨자 발표
16 |
24 |
25 |
--------------------------------------------------------------------------------
/16/event.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
당첨자 발표
6 |
14 |
15 |
16 |
당첨자 발표
17 |
18 |
--------------------------------------------------------------------------------
/16/images/doit.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/16/images/doit.jpg
--------------------------------------------------------------------------------
/16/main-result.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
팝업 창 열기
7 |
8 |
9 |
문서를 열면 팝업 창이 표시됩니다.
10 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/16/main.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
팝업 창 열기
7 |
8 |
9 |
문서를 열면 팝업 창이 표시됩니다.
10 |
13 |
14 |
--------------------------------------------------------------------------------
/16/notice.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
공지사항
6 |
23 |
24 |
25 |
26 |
공지사항
27 |
28 | - 항목 1
29 | - 항목 2
30 | - 항목 3
31 | - 항목 4
32 | - 항목 5
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/16/popup-check.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Window 객체
7 |
8 |
9 |
문서를 열면 팝업 창이 표시됩니다
10 |
11 |
21 |
22 |
--------------------------------------------------------------------------------
/16/popup.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Window 객체
7 |
8 |
9 |
문서를 열면 팝업 창이 표시됩니다
10 |
13 |
14 |
--------------------------------------------------------------------------------
/16/popupname.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Window 객체
7 |
8 |
9 |
문서를 열면 팝업 창이 표시됩니다
10 |
13 |
14 |
--------------------------------------------------------------------------------
/16/position.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Window 객체
7 |
8 |
9 |
왼쪽에서 100픽셀, 위에서 200픽셀 떨어진 위치에
팝업 창이 표시됩니다
10 |
13 |
14 |
--------------------------------------------------------------------------------
/16/quiz-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
현재 시각은?
7 |
19 |
20 |
21 |
현재 시각
22 |
25 |
26 |
--------------------------------------------------------------------------------
/16/quiz-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
현재 시간 보기
7 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
34 |
35 |
--------------------------------------------------------------------------------
/16/time-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
What time is it?
7 |
13 |
14 |
15 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/16/time-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
What time is it?
7 |
13 |
14 |
15 |
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/17/acessDom.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
DOM에 접근하기
8 |
9 |
10 |
11 |
12 |
에디오피아 게뎁
13 |
14 |

15 |
16 |
17 |
Information
18 |
2차 세계대전 이후 설립된 게뎁농장은 유기농 인증 농장으로 여성의 고용 창출과 지역사회 발전에 기여하며 3대째 이어져 내려오는 오랜 역사를 가진 농장입니다. 게뎁 농장은 SCAA 인증을 받은 커피 품질관리 실험실을 갖추고 있어 철처한 관리를 통해 스페셜티커피를 생산합니다.
19 |
Flavor Note
20 |
은은하고 다채로운 꽃향, 망고, 다크 체리, 달달함이 입안 가득.
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/17/css/nameList.css:
--------------------------------------------------------------------------------
1 | body {
2 | width:500px;
3 | margin:0 auto;
4 | }
5 | .del {
6 | font-size:10px;
7 | color:#ccc;
8 | background:transparent;
9 | padding:5px;
10 | border:1px solid #ccc;
11 | float:right;
12 | margin-right:10px;
13 | }
14 | .del:hover {
15 | color:#222;
16 | border:1px solid #222;
17 | }
--------------------------------------------------------------------------------
/17/css/nodelist.css:
--------------------------------------------------------------------------------
1 | *{
2 | box-sizing:border-box;
3 | }
4 | #container {
5 | width:500px;
6 | margin:20px auto;
7 | padding:20px;
8 | }
9 | input[type="text"] {
10 | width:370px;
11 | float:left;
12 | height:30px;
13 | padding-left:30px;
14 | }
15 | button {
16 | width:90px;
17 | height:30px;
18 | float:right;
19 | background:#222;
20 | color:#fff;
21 | border:none;
22 | }
23 | hr { clear:both; display:none; }
24 | ul { list-style:none; padding-top:50px;}
25 | li { line-height: 2.5; }
26 | li:hover { cursor:pointer;}
--------------------------------------------------------------------------------
/17/dom.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Document
7 |
8 |
9 |
10 |
11 |
상품 정보
12 |
13 | - 원산지 : 에디오피아
14 | - 지 역 : 이르가체프 코체레
15 | - 농 장 : 게뎁
16 | - 고 도 : 1,950 ~ 2,000 m
17 | - 품 종 : 지역 토착종
18 | - 가공법 : 워시드
19 |
20 |
상세 설명
21 |
2차 세계대전 이후 설립된 게뎁 농장은 유기농 인증 농장으로 여성의 고용 창출과 지역사회 발전에 기여하며 3대째 이어져 내려오는 오랜 역사를 가진 농장입니다. 게뎁 농장은 SCAA 인증을 받은 커피
22 | 품질관리 실험실을 갖추고 있어 철처한 관리를 통해 스페셜티 커피를 생산합니다.
23 |
커피의 풍미
24 |
은은하고 다채로운 꽃향, 망고, 다크 체리, 달달함이 입안 가득.
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/17/domNode-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
DOM
6 |
7 |
8 |
9 |
DOM을 공부합시다
10 |
더 보기
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/17/domNode-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
DOM
6 |
16 |
17 |
18 |
19 |
DOM을 공부합시다
20 |
더 보기
21 |
22 |
23 |
31 |
32 |
--------------------------------------------------------------------------------
/17/domNode.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
DOM Tree 알아보기
5 |
6 |
7 |
DOM을 공부합시다
8 |

9 |
10 |
--------------------------------------------------------------------------------
/17/domTree.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
DOM Tree 알아보기
6 |
7 |
8 |
Do it!
9 |

10 |
11 |
--------------------------------------------------------------------------------
/17/event-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
DOM event 객체
7 |
13 |
14 |
15 |
16 |

17 |
18 |
19 |
25 |
26 |
--------------------------------------------------------------------------------
/17/event-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
DOM event 객체
7 |
13 |
14 |
15 |
16 |

17 |
18 |
19 |
27 |
28 |
--------------------------------------------------------------------------------
/17/event-3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
DOM event 객체
7 |
13 |
14 |
15 |
16 |

17 |
18 |
19 |
25 |
26 |
--------------------------------------------------------------------------------
/17/event-4.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
DOM event 객체
7 |
13 |
14 |
15 |
16 |

17 |
18 |
19 |
25 |
26 |
--------------------------------------------------------------------------------
/17/event-5.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
DOM event 객체
7 |
13 |
14 |
15 |
16 |

17 |
18 |
19 |
31 |
32 |
--------------------------------------------------------------------------------
/17/event-6.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
DOM event 객체
7 |
13 |
14 |
15 |
16 |

17 |
18 |
19 |
29 |
30 |
--------------------------------------------------------------------------------
/17/images/coffee-blue.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/coffee-blue.jpg
--------------------------------------------------------------------------------
/17/images/coffee-gray.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/coffee-gray.jpg
--------------------------------------------------------------------------------
/17/images/coffee-pink.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/coffee-pink.jpg
--------------------------------------------------------------------------------
/17/images/cup-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/cup-1.png
--------------------------------------------------------------------------------
/17/images/cup-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/cup-2.png
--------------------------------------------------------------------------------
/17/images/doit.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/doit.jpg
--------------------------------------------------------------------------------
/17/images/dom.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/dom.jpg
--------------------------------------------------------------------------------
/17/images/easys-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/easys-1.jpg
--------------------------------------------------------------------------------
/17/images/easys-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/easys-2.jpg
--------------------------------------------------------------------------------
/17/images/tree-1-thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-1-thumb.jpg
--------------------------------------------------------------------------------
/17/images/tree-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-1.jpg
--------------------------------------------------------------------------------
/17/images/tree-2-thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-2-thumb.jpg
--------------------------------------------------------------------------------
/17/images/tree-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-2.jpg
--------------------------------------------------------------------------------
/17/images/tree-3-thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-3-thumb.jpg
--------------------------------------------------------------------------------
/17/images/tree-3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-3.jpg
--------------------------------------------------------------------------------
/17/images/tree-4-thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-4-thumb.jpg
--------------------------------------------------------------------------------
/17/images/tree-4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-4.jpg
--------------------------------------------------------------------------------
/17/images/tree-5-thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-5-thumb.jpg
--------------------------------------------------------------------------------
/17/images/tree-5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-5.jpg
--------------------------------------------------------------------------------
/17/images/tree-6-thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-6-thumb.jpg
--------------------------------------------------------------------------------
/17/images/tree-6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Eun-Sook-Kim/doit_html_css_javascript/8462e208fea29bba4b13eab4bf1b27fc67810199/17/images/tree-6.jpg
--------------------------------------------------------------------------------
/17/inner.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
innerText, innerHTML 프로퍼티
7 |
8 |
9 |
10 |
11 |
현재 시각:
12 |
13 |
14 |
24 |
25 |
--------------------------------------------------------------------------------
/17/nodeCreate.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Web Programming
7 |
8 |
9 |
10 |
11 |
Web Programming
12 |
공부할 주제를 기록해 보세요
13 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/17/nodeList.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
Web Programming
7 |
8 |
9 |
10 |
Web Programming
11 |
12 | - HTML
13 | - CSS
14 | - Javascript
15 |
16 |
17 |
--------------------------------------------------------------------------------
/17/quiz-1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 1
7 |
24 |
25 |
26 |
할 일 목록
27 |
28 | - ✓할 일 1
29 | - ✓할 일 2
30 | - ✓할 일 3
31 | - ✓할 일 4
32 | - ✓할 일 5
33 |
34 |
35 |
--------------------------------------------------------------------------------
/17/quiz-2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
연습문제 2
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 《Do it! HTML+CSS+자바스크립트 웹 표준의 정석》
2 |
3 | 
4 |
5 |
6 | ## 실습 파일 사용 방법
7 |
8 | - 깃허브 계정을 가지고 있다면 Fork 해서 사용할 수 있습니다.
9 |
10 | - 목록 위에 있는 [Code] 버튼을 클릭한 후 [Download ZIP]을 선택하면 압축 파일로 다운로드할 수 있습니다.
11 |
12 |
13 |
14 | ## 책 소개 페이지
15 |
16 | http://easyspub.co.kr/20_Menu/BookView/421/PUB
17 |
18 |
19 |
20 | ## 동영상 강의
21 |
22 | https://www.youtube.com/watch?v=lpneo53Jarw&list=PLG7te9eYUi7tS_nx58Z1Zi9Iqt0JEQ1Is
23 |
--------------------------------------------------------------------------------
/sources:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------