我们为大家收集整理了关于html标签input,以方便大家参考。
<form action="form_action.asp" method="get"> First name:希望大家可以学会html标签input.想了解更多精彩内容,请关注我们的网站! 相关推荐: 什么是html标签href<input type="text" name="fname" />
Last name:<input type="text" name="lname" />
<input type="submit" value="Submit" />
</form>