[HTML] method 형식으로 폼 만들기 w3스쿨 예제
w3스쿨 예제
Specify that the form is submitted using the "post" method.
<!DOCTYPE html>
<html>
<body>
<form action="/action_page.php" method="post">
Name: <input type="text" name="name">
<input type="submit">
</form>
</body>
</html>
'IT 정보기술, 전자, 통신 > HTML_CSS' 카테고리의 다른 글
Win키를 이용한 창 위치전환 (0) | 2017.09.28 |
---|---|
구글크롬 검사기능 CSS BOX모델이 의도대로 되었는지 검사하는 목적으로 활용 (0) | 2017.09.28 |
[html] 서버에 정규표현식으로 텍스트 값 입력받기 (0) | 2017.09.27 |
(Quiz) HTML/CSS 퀴즈문제 풀어보세요~ (0) | 2017.09.26 |
전면개정판 Do it! HTML5+CSS3 웹 표준의 정석 예제 파일 다운로드 링크 (0) | 2017.09.25 |
댓글