stupid

prac2

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