English[??np?t] US[??n?p?t]
n.Input, put in; ?? ??; Feeding
3?? ??: ?? ??: ?? ?? ??: ?? ?? ??: ?? ?? ??: ?? ??
HTML ?? ?? ???
??: ??? ?? ??? ???? ? ?????.
??: ?? ?? ?? ?? ?? ?? ??? ??? ?????. ?? ??? ??? ??, ????, ???? ??? ???, ??? ??, ?? ?? ? ? ????.
??: HTML??? <input> ??? ?? ??? ????. XHTML??? <input> ??? ???? ??? ???.
HTML ?? ?? ?
<!DOCTYPE html> <html> <body> <form action=""> First name:<br> <input type="text" name="firstname" value="Mickey"> <br> Last name:<br> <input type="text" name="lastname" value="Mouse"> <br><br> <input type="submit" value="Submit"> </form> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????.
<!DOCTYPE html> <html> <body> <form action=""> 文本框:<br> <input type="text"> <br> 密碼:<br> <input type="password"> <br> 單選框:<br> <input type="radio"> <br> 提交按鈕:<br> <input type="submit"> <br> </form> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????