<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Introduce GUI</title>
</head>
<body>
 <form action="">
  <table cellpadding="5">
   <tr>
    <th>ID</th>
    <th><input type="text" name="id" size="16"></th>
   </tr>
   <tr>
    <th>P/W</th>
    <th><input type="password" name="password" size="16"></th>
    <th>Name</th>
    <th><input type="text" name="name" size="16"></th>
   </tr>
   <tr>
    <th>Gender</th>
    <th><input type="radio" name="gender" value="m"> male
     <input type="radio" name="gender" value="f"> female</th>
    <th>Hobby</th>
    <th><input type="checkbox" name="hobby" value="baseball">baseball
     <input type="checkbox" name="hobby" value="soccer">soccer</th>
   </tr>
   <tr>
    <th>Phone</th>
    <th colspan="3">
     <select>
      <option value="010">010</option>
      <option value="011">011</option>
      <option value="016">016</option>
      <option value="019">019</option>
     </select>-
    <input type="text" name="middle_phone" size="8">-
    <input type="text" name="last_phone" size="8"></th>
   <tr>
    <th>etc</th>
    <th colspan="3"><textarea rows="3" cols="50"></textarea></th>
   <tr>
    <th colspan="4">
    <center>
     <input type="submit" value="Send">
     <input type="submit" value="Cancel">
    </center>
    </th>
   </tr>
  </table>
 </form>
</body>
</html>
result)

댓글 없음:
댓글 쓰기