반응형
1. 실행결과
2. 소스 백업!
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<form>
name: <br>
<input type="text" name="writer"><br>
pwd: <br>
<input type="text" name="pwd"><br>
title: <br>
<input type="text" name="title"><br>
context: <br>
<input type="text" name="context"><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
3. 참조!
https://www.w3schools.com/html/html_forms.asp
반응형
'Web > Html' 카테고리의 다른 글
[CSS] 텍스트 초과시 줄바꿈 (0) | 2017.12.02 |
---|---|
[에러노트] form전송이 안되는 경우 (0) | 2017.11.28 |
input 태그의 required 속성 사용시 나오는 안내문 변경하기 (0) | 2017.07.20 |
[에러노트] button onclick시 form의 onsubmit이 실행되는 현상 (0) | 2017.07.20 |