반응형
9. 다음 입력 양식을 만드시오.
내용, 제출 부분이 부족, 수정 필요!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<h1> 글 작성하기 </h1>
<br>
<table>
<tr> <td> 작성자 </td> <td> <input type = "text"> </td> </tr>
<tr><td> 아이디 </td> <td> <input type = "text"> </td></tr>
<tr> <td>이메일</td> <td> <input type = "text"> </td> <td> @ </td> <td> <input type = "text"> </td> </tr>
</table>
<table>
<tr><td> 휴대폰 <select> <option> 010 </option> <option>016</option><option>017</option><option>011</option></select> </td> <td> - </td><td> <input type = "text"> </td>
<td> - </td> <td><input type = "text"></td> </tr>
</table>
<table>
<tr> <td>글제목</td> <td> <input type = "text"> </td></tr>
</table>
<table>
<tr><td rows = "3">내용 </td> <td><textarea cols = "40 " rows = "7"></textarea></td></tr>
<tr><td></td><td><input type = "submit"></td></tr>
</table>
</body>
</html>
반응형
'HTML5' 카테고리의 다른 글
6-12, 6-13 (0) | 2020.11.02 |
---|---|
html5 웹프로그래밍 입문 Chapter6. 연습문제 11번 (0) | 2020.11.02 |
html5 웹프로그래밍 입문 Chapter4. 연습문제 8번 (0) | 2020.10.28 |
html5 웹프로그래밍 입문 Chapter3. 연습문제 12번 (0) | 2020.10.28 |
html5 웹프로그래밍 입문 Chapter3. 연습문제 11번 (0) | 2020.10.28 |