HTML 5中的<input>标记

<input>标记用于定义的输入区域,其中用户可以输入数据或者任何信息。
输入标签必须在表单标签中使用。

HTML5 <INPUT>标记的示例

<html>
  <head>
    <form action="test.aspx">
  Uname: <input type="text" name="Uname" <br 
  Password: <input type="text" name="Password" <br 
</form>
   </head>
</html>
日期:2020-04-11 23:04:16 来源:oir作者:oir