Written by
php-style
on
on
[HTML기초] 입력양식 - form
[HTML기초] 입력양식 - form
< html >
< 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 >
from http://we1cometomeanings.tistory.com/179 by ccl(A) rewrite - 2021-11-05 16:00:31