예제
<html> <head> <meta charset="utf-8"> </head> <body> <form action="http://localhost/login.php"> <p>아이디 : <input type="text" name="id"></p> <p>비밀번호 : <input type="password" name="pwd"></p> <p>주소 : <input type="text" name="address"></p> <input type="submit"> </form> </body> </html>
등장시기
html2