<!DOCTYPE html>
<html>
<head>
<meta charset="EUC-KR">
<title>JAVA study</title>
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">
<table border="1" cellpadding="0" cellspacing="0" align="center" width=1000>
<tr>
<td colspan="2"><img src="005.jpg"
name="pic1" border=0 style="opacity: 1.0;" width=1000 height=250
border=0 alt="그림이 없습니다" border=3></td>
</tr>
<tr>
<td width=300 align="center">
<form>
I D:<br> <input type="text" name="I D"><br>
Password : <br> <input type="password" name="Password"><br>
<br> <input type="radio" name="sex" checked>남성 <input
type="radio" name="sex" checked>여성<br> <br> <input
type="submit" value="송신"> <input
type="button" value="회원가입"
onclick="window.ipF.location='inputForm.html'"><br>
</form>
</td>
<td>
<iframe src="NewFile.html" name="ipF" width=600 height=400></iframe>
</td>
</tr>
<tr>
<td colspan=2><img src="007.jpg"
width=1000 height=250></td>
</tr>
</table>
</body>
</html>
'IT 잡다 > HTML5' 카테고리의 다른 글
main.html (html 책 5장 예제) (0) | 2015.05.21 |
---|---|
화면 캡쳐 (0) | 2015.05.14 |
NewFile.html // 기본 html 파일(index.html과 연결) (0) | 2015.05.14 |
inputForm.html // 홈페이지실습(index.html과 연결) (0) | 2015.05.14 |