예제
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | < html > < head > < meta charset = "utf-8" > </ head > < body > < form action = "" > < p >text : < input type = "text" name = "id" value = "default value" ></ p > < p >password : < input type = "password" name = "pwd" value = "default value" ></ p > < p >textarea : < textarea cols = "50" rows = "2" >default value</ textarea > </ p > </ form > </ body > </ html > |
등장시기
html2