表单

<form > </form>

在表单中能放置什么内容?

 

1、文字输入

<form>
账号:<input type="text"  /><br />
密码:<input type="password" /><br />
<br />
账号:<input type="text" value="wow-wolcome" /><br />
密码:<input type="password" /><br />
<br />
账号:<input type="text" placeholder="请输入账号" /><br />
密码:<input type="password" /><br />
<br />
说说<textarea cols="35" rows="6"></textarea>
</form>
文字输入

相关文章:

  • 2021-11-07
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案