Showing
5 changed files
with
147 additions
and
0 deletions
ex02/prac2.html
0 → 100644
1 | +<html> | ||
2 | +<head> | ||
3 | + <meta charset="utf-8"> | ||
4 | +</head> | ||
5 | +<body> | ||
6 | +<p style="font-size:20pt;"><a href="http://redvelvet.smtown.com/">레드벨벳</a></p> | ||
7 | +<img src="/C:\Users\callab\Desktop/redbel.png"/> | ||
8 | +<br/> | ||
9 | +<ul> | ||
10 | +<li>구성원</li> | ||
11 | + <ol> | ||
12 | + <li>웬디</li> | ||
13 | + <li>아이린</li> | ||
14 | + <li>슬기</li> | ||
15 | + <li>조이</li> | ||
16 | + <li>예리</li> | ||
17 | + </ol> | ||
18 | +<br/> | ||
19 | +<li>설명:</li> | ||
20 | + <p>레드벨벳(Red Velvet)은 SM 엔터테인먼트 소속의 대한민국 5인조 걸 그룹이다. | ||
21 | + 팀명은 강렬하고 매혹적인 컬러 Red와 여성스럽고 부드러운 느낌의 Velvet에서 | ||
22 | + 연상되는 감각적인 이미지처럼, 색깔 있고 세련된 음악과 퍼포먼스로 선보이겠다는 포부를 담고 있다. | ||
23 | + 2014년 8월 1일, 디지털 싱글 `행복 (Happiness)`으로 4인조로 데뷔, 같은 해 10월에 디지털 싱글 | ||
24 | + Be Natural을 발매했다. 2015년 3월 17일, EP 앨범 1집 《Ice Cream Cake》에서는 | ||
25 | + 멤버 예리가 합류하면서 5인조로 재편성 되었다. 2015년 9월 9일, 정규 1집 《The Red》으로 컴백했다. | ||
26 | + 2016년 3월 17일, EP 앨범 2집《The Velvet》을 발매했다. 2016년 9월 7일, 세 번째 EP 앨범 | ||
27 | + 《Russian Roulette》을 발매하였다. 2017년 2월 1일 네번째 EP 앨범 《Rookie》를 발매했다. | ||
28 | + </p> | ||
29 | +<li>소속사: <a href="http://www.smtown.com/">sm타운</a></li> | ||
30 | +<li>앨범</li> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
ex02/prac3.html
0 → 100644
1 | +<html> | ||
2 | +<head> | ||
3 | +</head> | ||
4 | +<body> | ||
5 | +<table border="1"> | ||
6 | +<caption>홈런순위</caption> | ||
7 | +<thead> | ||
8 | + <tr> | ||
9 | + <th>이름</th> | ||
10 | + <th>홈런</th> | ||
11 | + <tr> | ||
12 | +</thead> | ||
13 | +<tbody> | ||
14 | + <tr> | ||
15 | + <td>이대호</td> | ||
16 | + <td>41</td> | ||
17 | + </tr> | ||
18 | + <tr> | ||
19 | + <td>최진행</td> | ||
20 | + <td>27</td> | ||
21 | + </tr> | ||
22 | + <tr> | ||
23 | + <td>홍성흔</td> | ||
24 | + <td>26</td> | ||
25 | + </tr> | ||
26 | +</tbody> | ||
27 | +<tfoot> | ||
28 | + <tr> | ||
29 | + <th colspan="2">2010-08-22</th> | ||
30 | + </tr> | ||
31 | +</tfoot> | ||
32 | +</table> | ||
33 | +</body> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
ex02/prac4.html
0 → 100644
1 | +<html> | ||
2 | +<head> | ||
3 | +</head> | ||
4 | +<body> | ||
5 | +<table border="1"> | ||
6 | +<thead> | ||
7 | + <tr> | ||
8 | + <th>분류</th> | ||
9 | + <th>제품명</th> | ||
10 | + <th>단가</th> | ||
11 | + <th>수량</th> | ||
12 | + <th>금액</th> | ||
13 | + </tr> | ||
14 | +</thead> | ||
15 | +<tbody> | ||
16 | + <tr> | ||
17 | + <th rowspan="3">공산품</th> | ||
18 | + <td>iPhone</td><td>900,000</td><td>2</td><td>1,800,000</td> | ||
19 | + </tr> | ||
20 | + <tr> | ||
21 | + <td>LED TV</td><td>3,000,000</td><td>3</td><td>9,000,000</td> | ||
22 | + </tr> | ||
23 | + <tr> | ||
24 | + <th colspan="3">소계</th> | ||
25 | + <td>10,800,000</td> | ||
26 | + </tr> | ||
27 | + <tr> | ||
28 | + <th rowspan="2">농산품</th> | ||
29 | + <td>인삼</td><td>10,000</td><td>200</td><td>2,000,000</td> | ||
30 | + </tr> | ||
31 | + <tr> | ||
32 | + <th colspan="3">소계</th> | ||
33 | + <td>2,000,000</td> | ||
34 | + </tr> | ||
35 | + <tr> | ||
36 | + <th colspan="4">합계</th> | ||
37 | + <td>12,800,000</td> | ||
38 | + </tr> | ||
39 | +</table> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
ex02/prac5.html
0 → 100644
1 | +<form action="/update.php" method="post"> | ||
2 | + <input type="hidden" name="type" value="user"/> | ||
3 | + 아이디: <input type="text" name="name" size="10"/> | ||
4 | + <input type="button" value="중복조회"/> <br/> | ||
5 | + 비밀번호: <input type="password" name="pwd" size="10"/><br/> | ||
6 | + 성별: | ||
7 | + <input type="radio" name="sex" value="m"/>남 | ||
8 | + <input type="radio" name="sex" value="f"/>여 | ||
9 | + <br/> | ||
10 | + 취미: | ||
11 | + <input type="checkbox" name="hobby" value="book"/>책 | ||
12 | + <input type="checkbox" name="hobby" value="movie"/>영화 | ||
13 | + <input type="checkbox" name="hobby" value="music"/>음악 | ||
14 | + <br/> | ||
15 | + 사진: <input type="file" name="photo"/><br/> | ||
16 | + 주소: <select name="job"> | ||
17 | + <option value="seoul">서울</option> | ||
18 | + <option value="busan">부산</option> | ||
19 | + <option value="etc">기타</option> | ||
20 | + </select> | ||
21 | + <br/> | ||
22 | + 소개: <br/> | ||
23 | + <textarea cols="30" rows="5" name="intro"></textarea><br/> | ||
24 | + <input type="submit"/> | ||
25 | +</form> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
ex02/prac6.html
0 → 100644
1 | +<table border="1"> | ||
2 | +<form action"/update.php" method="post"> | ||
3 | +<thead> | ||
4 | + <tr> | ||
5 | + <th>아이디</th> | ||
6 | + <td> | ||
7 | + <input type="text" name="name" size="10"/> | ||
8 | + <input type="button" value="중복조회"/> | ||
9 | + </td> | ||
10 | + </tr> | ||
11 | + <tr> | ||
12 | + <th>비밀번호</th> | ||
13 | + <td> | ||
14 | + <input type="password" name="pwd" size="10"/> | ||
15 | + </td> | ||
16 | + <th>확인</th> | ||
17 | + <td> | ||
18 | + <input type="recheck" name="rec" size="10"/> | ||
19 | + </td> | ||
20 | + </tr> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment